Guest User

Untitled

a guest
Feb 21st, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. sub attack
  2. attack
  3. repeat
  4. endsub
  5.  
  6. sub bdr
  7. if hasskill Break It On Down
  8. call attack
  9. endif
  10. if match "spinning his legs wildly"
  11. skill Gothy Handwave
  12. call attack
  13. endif
  14. use spices
  15. call bdr
  16. endsub
  17.  
  18. sub palr
  19. if hasskill Pop and Lock It
  20. call attack
  21. endif
  22. if match "spastic and jerky"
  23. skill Gothy Handwave
  24. call attack
  25. endif
  26. use spices
  27. call palr
  28. endsub
  29.  
  30. sub rm
  31. if hasskill Run Like The Wind
  32. call attack
  33. endif
  34. if match "he isn't actually running anywhere"
  35. skill Gothy Handwave
  36. call attack
  37. endif
  38. use spices
  39. call rm
  40. endsub
  41.  
  42. if monstername *breakdancing raver*
  43. call bdr
  44. endif
  45. if monstername *pop-and-lock raver*
  46. call palr
  47. endif
  48. if monstername *running man*
  49. call rm
  50. endif
  51. call attack
Add Comment
Please, Sign In to add comment