Paste #29826: Untitled Paste

Date: 2016/02/07 05:04:06 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


Dispenser: 
    type: world 
    events: 
        on block dispenses coal:
        - if <context.velocity.material.name> == stone { 
            - narrate "Tak"
            } else { 
            - narrate "Nie" 
            }