Paste #46823: Diff note for paste #46822

Date: 2018/03/06 20:12:34 UTC-08:00
Type: Diff Report

View Raw Paste Download This Paste
Copy Link


 MyTask:
   type: task
   script:
   - inject utils path:Handler
   1:
   - narrate option1
   2:
   - narrate option2
 
 utils:
   type: task
   Handler:
   - narrate handler...
   - inject locally calculateStuff
   - RUN <player.flag[option]> from MYTASK HERE POSSIBLE ???
 
 
+MyTask:
+  type: task
+  script:
+  - inject utils path:Handler
+  1:
+  - narrate option1
+  2:
+  - narrate option2
+
+