Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- HungryCitizenQuest:
- Type: assignment
- interact scripts:
- - 0 HungryCitizen
- - 10 HasItems
- HungryCitizen:
- Type: Interact
- Requirements:
- Mode: All
- List:
- - -FLAGGED "HungryCitizen Quest In Progress"
- Steps:
- 1:
- Click Trigger:
- Script:
- - CHAT "Hey you!, can you help me?"
- - ZAP 2
- 2:
- Chat Trigger:
- 1:
- Trigger: /Yes/, I would like to help you.
- Script:
- - CHAT "Thanks, go to the farm and gather me some wheat. with the wheat you can bake breads make me 3 breads"
- - FLAG "HungryCitizen Quest In Progress"
- - ZAP 1
- 2:
- Trigger: /No/, sorry no time.
- Script:
- - CHAT "Too bad"
- - ZAP 1
- HasItems:
- Type: Interact
- Requirements:
- Mode: All
- List:
- - FLAGGED "HungryCitizen Quest In Progress"
- - item 297 'qty:3'
- Steps:
- 1:
- Click Trigger:
- Script:
- - CHAT "do you have dat bread, i am starving"
- - TAKE 'ITEM:297' 'qty:3'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement