Paste #9971: Diff note for paste #9970

Date: 2014/09/22 10:35:25 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
16
17
18


 CuboidChecker:
   type: world
   events:
     on check command:
       - note cu@<player.location.sub[0,1,-3]>|<player.location.add[133,100,-86]> as:cuboidchecker
       - foreach <yaml[Dominion].list_keys[Kingdoms]> {
         - if <cu@cuboidchecker.intersects[cu@%value%]> {
           - narrate "Your in the %value% kingdom"
           - note remove as:cuboidchecker
           }
         }
       - determine fulfilled
     on player clicks m@CHEST:
-    - narrate "<context.items>"
+    - narrate "<context.item>"