Penguinator

Untitled

Aug 31st, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. QuestZombieWatch:
  2. type: assignment
  3. interact scripts:
  4. - 10 ZombieWatchStart
  5. - 9 ZombieWatchQuest
  6.  
  7. ZombieWatchStart:
  8. type: interact
  9. steps:
  10. greeting:
  11. click trigger:
  12. script:
  13. - chat "I need your help!"
  14. - wait 1
  15. - chat "Can you help me"
  16. chat trigger:
  17. 1:
  18. trigger: /Yes/, what do you need
  19. script:
  20. - chat "Oh thank you! I need people to help clear out Zombie Watch, it has been over run with the undead!"
  21. - wait 1
  22. - chat: "Kill 10 of the zombies & skeletons in the fort to the North!"
  23. - zap ZombieWatchQuest
  24. 2:
  25. trigger: /No/, sorry
  26. script:
  27. - chat: "Ah...that's too bad."
  28. checkstatus:
  29. click trigger:
  30. script:
  31. - chat "You haven't killed enough of the undead in the fort yet!"
  32. finished1:
  33. click trigger:
  34. script:
  35. - chat "Thank you for clearing out the zombies! Here's something for your troubles"
  36. - wait 1
  37. - give "Zombie_Bane":
  38. - zap finished2
  39. finished2:
  40. click trigger:
  41. script:
  42. - chat "Thanks again for your help!"
  43. ZombieWatchQuest:
  44. Type: Task
  45. Script:
  46. - listen kill ‘ID:Kill20Zombies’ ‘SCRIPT:finished1’ ‘type:entity’ ‘target:zombie’ ‘qty:20’ 'region: ZombieWatch'
Advertisement
Add Comment
Please, Sign In to add comment