User Tools

Site Tools


execute_script

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
execute_script [2020/03/26 09:16] justinexecute_script [2020/03/26 09:37] justin
Line 2: Line 2:
 ---- ----
  
-Executes the specified script. The script will run in parallel with the current one.+Executes the specified script. The script will run in parallel with the current one (unless specified otherwise).
  
 ====Signature:==== ====Signature:====
Line 15: Line 15:
 ====Example:==== ====Example:====
 <code bauxite> <code bauxite>
-execute_script("move_cat")+execute_script("move_cat", false)
 </code> </code>
 //Results:// The script named "move_cat" is triggered and runs in parallel with the currently running script. //Results:// The script named "move_cat" is triggered and runs in parallel with the currently running script.
execute_script.txt · Last modified: 2021/04/21 18:29 by justin