Paste #3804: Untitled Paste

Date: 2014/04/27 17:17:59 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10


Shit:
  type: world 
  events: 
    on player clicks in inventory: 
    - if <context.inventory.title> != "inventory title" queue clear 
    - if <context.item.lore> == "li@lore in the item" {
      - ^flag player itemtaken:grass
      - inventory close
      - determine cancelled
      }