Paste #20116: Diff note for paste #20115

Date: 2015/09/16 21:56:53 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


     on player picks up item:
-    - ^define test <context.item.lore.get[1]>
-    - ^if <def[test]> == 'A kingly crowl that grants' {
-      - ^narrate "Yes"
-      } else {
-      - narrate "NO"
+    - if <context.item.lore.get[1]> == A kingly crowl that grants {
+        - narrate "Yes"
+        } else {
+        - narrate "No"
+        }
-      }
-    - ^narrate "<context.item.id>"