Guest User

Untitled

a guest
Aug 26th, 2025
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. function HandleCustomCommand(command)
  2. if command == "FRIEND" then
  3.  
  4. if friendno == 0 then
  5. friendno = 1
  6. BattleDialog({"You ask Kulpil if he has an \rUndernet account."})
  7.  
  8. currentdialogue = {"[]"}
  9.  
  10. BattleDialog({"His silence speaks volumes!"})
  11. else
  12. BattleDialog({"attempt 2!"})
  13. end
Advertisement
Add Comment
Please, Sign In to add comment