Paste #14239: Edit of P#14238 - Edit of P#14237 - Untitled Paste

Date: 2015/03/04 21:44:55 UTC-08: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
17
18
19


QuestInv:
  type: world
  events:
    on qinv command:
    - if !<in@<player.uuid>_quest> {  
      - note in@quest_inv as:<player.uuid>_quest
      }
    - inventory open d:<player.uuid>_quest

    on player clicks in inventory:
    - if <context.inventory> == in@<player.uuid>_quest {
      - narrate "Yippie"
      }

quest_inv:
  type: inventory
  inventory: chest
  size: 64
  title: Quest Inventory