RunScriptAndWait
Runs a script and waits until the ran script has finished.
Syntaxโ
RunScriptAndWait script_to_create variables_to_pass...?
Argumentsโ
| Name | Required | Type | Description |
|---|---|---|---|
script to create | Yes | Name of a script to create | |
variables to pass | No | Any existing variable e.g. $name or @players | Passes an exact copy of the provided variables to the script. |
On a running serverโ
Use serhelp RunScriptAndWait to inspect the reference generated by your installed SER version.