Paste #20559: Edit of P#20558 - Edit of P#20557 - Untitled Paste

Date: 2015/10/01 16:09:47 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


test:
    type: command
    name: cuballende
    description: xd hello!
    usage: /test
    script:
    - if <player.flag[cuba]> {
        - narrate "hello!"
        } else {
        - flag <player> cuba duration:5s
        - narrate "<dark_aqua>welcome."
        - give 388 quantity:2
        }