Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function HandleCustomCommand(command)
- if command == "FRIEND" then
- if friendno == 0 then
- friendno = 1
- BattleDialog({"You ask Kulpil if he has an \rUndernet account."})
- currentdialogue = {"[]"}
- BattleDialog({"His silence speaks volumes!"})
- else
- BattleDialog({"attempt 2!"})
- end
Advertisement
Add Comment
Please, Sign In to add comment