Paste #37872: Untitled Paste

Date: 2016/11/22 08:57:25 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8


randomchest:
  type: world
  events:
    on player right clicks chest:
    - if <context.location.simple> == -2560,61,-2932,world && <player.has_flag[testchest]> == false {
      - flag player testchest
      - inventory add d:<in@player.open_inventory> o:i@stone[quantity=32]
      }