yojimbos_law

6 kiss castle

Oct 29th, 2016
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. while haseffect nauseated
  2. abort
  3. endwhile
  4.  
  5. if monstername "spooky skeleton" || monstername "stench skeleton"
  6. skill shell up
  7. endif
  8.  
  9. use rain-doh blue balls, rain-doh indigo cup
  10.  
  11.  
  12. while !hppercentbelow 20
  13. while !monstername "spooky*" && !monstername "stench*" && !pastround 15
  14. use seal tooth
  15. endwhile
  16.  
  17. while !monstername "spooky*" && !monstername "stench*" && pastround 15
  18. while monstername "*skeleton"
  19. attack
  20. endwhile
  21. while monstername "* vampire"
  22. skill spirit snap
  23. use seal tooth
  24. endwhile
  25. endwhile
  26. if monstername "spooky skeleton" || monstername "stench skeleton"
  27. mark 1
  28. attack
  29. goto 1
  30. endif
  31. if monstername "spooky vampire" || monstername "stench vampire"
  32. skill spirit snap
  33. use seal tooth
  34. endif
  35. endwhile
Advertisement
Add Comment
Please, Sign In to add comment