Paste #66815: Untitled Paste

Date: 2020/04/02 01:02:56 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
12
13
14
15


test1:
    type: task
    script:
        - run test2 id:bob
        - wait 1s
        - run test2 id:bob
        - wait 1s
        - queue <queue[bob]> stop
        - queue <queue[bob]> stop
test2:
    type: task
    script:
        - narrate one
        - wait 5s
        - narrate two