Paste #10547: Untitled Paste

Date: 2014/10/18 14:27:08 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7


InventoryTestEvents:
  type: world
  events:
    on player equips armor:
    - narrate "Equipped: <context.armor>"
    on player unequips armor:
    - narrate "Unequipped: <context.armor>"