Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- QuestZombieWatch:
- type: assignment
- interact scripts:
- - 10 ZombieWatchStart
- - 9 ZombieWatchQuest
- ZombieWatchStart:
- type: interact
- steps:
- greeting:
- click trigger:
- script:
- - chat "I need your help!"
- - wait 1
- - chat "Can you help me"
- chat trigger:
- 1:
- trigger: /Yes/, what do you need
- script:
- - chat "Oh thank you! I need people to help clear out Zombie Watch, it has been over run with the undead!"
- - wait 1
- - chat: "Kill 10 of the zombies & skeletons in the fort to the North!"
- - zap ZombieWatchQuest
- 2:
- trigger: /No/, sorry
- script:
- - chat: "Ah...that's too bad."
- checkstatus:
- click trigger:
- script:
- - chat "You haven't killed enough of the undead in the fort yet!"
- finished1:
- click trigger:
- script:
- - chat "Thank you for clearing out the zombies! Here's something for your troubles"
- - wait 1
- - give "Zombie_Bane":
- - zap finished2
- finished2:
- click trigger:
- script:
- - chat "Thanks again for your help!"
- ZombieWatchQuest:
- Type: Task
- Script:
- - listen kill ‘ID:Kill20Zombies’ ‘SCRIPT:finished1’ ‘type:entity’ ‘target:zombie’ ‘qty:20’ 'region: ZombieWatch'
Advertisement
Add Comment
Please, Sign In to add comment