Paste #28101: Untitled Paste

Date: 2016/01/09 01:49:57 UTC-08: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


Backpack:
    type: assignment
    actions:
        on assignment:
    interact scripts:
    - 10 BackpackStart

BackpackStart:
    type: world
    events:
        on backpack command:
        - if <player.has_flag[backpack].not> {
        - flag <player> backpack
        - narrate "Congratulations, you executed the backpack command!"
        }