Paste #19595: Diff note for paste #19594

Date: 2015/08/21 13:25:59 UTC-07:00
Type: Diff Report

View Raw Paste Download This Paste
Copy Link


 info:
     type: assignment
     actions:
         on assignment:
         - chat "I has been assigned!"
         - trigger name:proximity state:true
         - trigger name:click state:true
 
     Interact Scripts:
         - 10 interactScript
 
 interactScript:
     type: Interact
     Steps:
         '1':
             click trigger:
                     Script:
                     - chat "Hi there, <player.name>!"
 
 
 
+mytask:
+    type: task
+    script:
+    - chat "Here, a book for you!"
+    - give myfancybook
+
+myfancybook:
+    type: book
+    title: My Fancy Book
+    author: NotNotch
+    text:
+    - This is my book. There are many like it, but this one is mine!
+    - Many <n>new <n> lines!
+    - <p>Paragraphs, <p>too!