Paste #19314: Diff note for paste #19313

Date: 2015/08/13 07:47:37 UTC-07:00
Type: Diff Report

View Raw Paste Download This Paste
Copy Link


-AssignmentScript: 
-    type: assignment 
-    actions: 
-        on assignment: 
-        - TRIGGER name:proximity state:true 
-        - chat "Assigned!" 
-    Interact Scripts: 
-    - 1 Interact 
+AssignmentScript:
+    type: assignment
+    actions:
+        on assignment:
+        - TRIGGER name:proximity state:true
+        - chat "Assigned!"
+    Interact Scripts:
+    - 1 Interact
 
-Interact: 
-    type: interact 
-    steps: 
-        1: 
-            proximity: 
-                entry: 
-                    script: 
+Interact:
+    type: interact
+    steps:
+        1:
+            proximity:
+                entry:
+                    script:
                     - chat "Hello!"
-