EXEC(<file.txt>,[taskname],[params],...)

Category
Mod related
Added in
v0.8.5

Creates a task by running the specified script file.

The task name can be used by STOP to stop this script, or by ISRUNNING to check if it is active.

The params will be provided to the script as either variables (&var1, &var2, &var3, ...) or parameters ($$[1], $$[2], $$[3], ...).

Changelog