Guest User

...

a guest
Oct 20th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. --Monster script
  2. elseif talkcount == 2 then
  3. SetGlobal("Pacifist", true)
  4. currentdialogue = {--chitchat}
  5. randomdialogue = {--random chitchat}
  6. BattleDialog({--dialogueboxchitchat})
  7. Audio.Stop()
  8. talkcount = talkcount + 1
  9.  
  10. --Encounter script
  11. if GetGlobal("Pacifist") == true then
  12. possible_attacks = {"Pacifist Begin", "flame", "bullets", "colors", "ArenaMove"}
  13. end
Advertisement
Add Comment
Please, Sign In to add comment