Paste #15374: Untitled Paste

Date: 2015/05/01 07:36:28 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


world:
    type: world
    debug: true
    events:        
        on player breaks iron_ore:
        - if <player.has_flag[mi1]> == true {
        - if <player.flag[mi1]> == 64.0 {
        - narrate "<&8>[<&6><&l>Minatore<&8>]<&f><&o>  You mined 64 blocks of iron ore. Go back to <&6><&l>Miner1"
        }
        - if <player.flag[mi1]> != 64.0 {
        - flag player mi1:++
        - narrate "<&8>[<&6><&l>Minatore<&8>]<&f><&o>  You mined <player.flag[mi1]> blocks of iron ore."
        }
        }