Documentation
IPS_RunScriptWait
string IPS_RunScriptWait (int $ScriptID)
Parameters
ScriptID | Unique ID of the script |
Returns
Result of current script
Description
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.
Example
echo IPS_RunScriptWait(12345 /*[Script A]*/);