Paste #46825: Diff note for paste #46824

Date: 2018/03/06 20:12:50 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:
+OtherTask:
   type: task
   script:
   - inject utils path:Handler
   1:
-  - narrate option1
+  - narrate 1111
   2:
-  - narrate option2
+  - narrate 2222