Paste #16791: Diff note for paste #16790

Date: 2015/06/23 07:46:39 UTC-07:00
Type: Diff Report

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


 Satyr:
     type: world
     events:
         on player interacts with chest:
           - if <context.location.world> = w@Naragbar {
             - if !<player.has_flag[Tchest<context.location>]> {
-              - flag player Tchest<context.location>:<context.location.inventory>
+              - flag player Tchest<context.location>:<context.location.inventory.list_contents>
             }
             - inventory open d:<player.flag[Tchest<context.location>].as_inventory>
             - determine cancelled
           }