Paste #71250: Untitled Paste

Date: 2020/06/23 13:06:43 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11


quest_task
    type:task
    script:
    - narrate: "You made it!"
    - narrate: "You have created your own task"
    - run quest_task_2

quest_task_2
    type:task
    script:
    - narrate: "Done :D"