Paste #9743: Untitled Paste

Date: 2014/09/18 13:24:34 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
15
16


on item moves from inventory:
        - announce "<context.item>7"
        on quartz moves from inventory:
        - announce "<context.item>"
        on i@quartz moves from inventory:
        - announce "<context.item>1"
        on i@<quartz> moves from inventory:
        - announce "<context.item>2"
        on <i@quartz> moves from inventory:
        - announce "<context.item>3
        on item moves from PLAYER to CHEST:
        - announce "<context.item>4"
        on item moves from PLAYER to:
        - announce "<context.item>5"
        on item moves from PLAYER:
        - announce "<context.item>6"