string IPS_RunScriptWait (integer $ScriptID)
ScriptID | Unique ID of the script |
Result of current script |
The command causes the start of the script with the ID ScriptID. The script is called and waits for the end, to pass the result as a return value. Also here apply the hints described in IPS_RunScript.
echo IPS_RunScriptWait(12345 /*[Script A]*/);