Paste #62172: Untitled Paste

Date: 2019/11/20 16:43:26 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8


on player breaks COAL_ORE:
- if <player.flag[Job_miner]> >= 5:
    - if <context.material> == COAL:
        - narrate "You receive 5 money"
        - give money quantity:5
    - else if !<context.material> == COAL:
        - narrate "no coal, no money!"
        - narrate "with silk touch you recive ore instead coal"