Skip to content

Run

Description

Run is a Function on Script
Runs a given function on this script. The new function will not pause the function that called this.

Example
object.GetScriptByName("testScript").Run("Toaster", nil)
Usage

network usage: Any (Client or Server/Host)
returns: None
parameters:
- functionName (string)
- arguments ((optional) Wildcard(s))