Paste #10310: Untitled Paste

Date: 2014/10/04 17:35:05 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


Worldscriptequipancientarmor:
    type: world
    debug: false
    events:
      on player clicks in inventory:
      - narrate "bla"
      - if <player.equipment.boots> == i@rustyboots {
        - narrate "Please repair this item before use!"
        - equip boots:i@air
        - drop i@rustyboots <player.location>
        }