Command:RunScript

From Lavish Software Wiki
Revision as of 19:34, 26 February 2005 by Lax (talk | contribs) (→‎Description)
Jump to navigation Jump to search

Syntax

RunScript <filename> [parameters to main function ...]

Description

Runs a script with the given filename. Any extra parameters are passed directly to the script's "main" function.

Fails if the script cannot be found, or is already running. Note that multiple scripts can run simultaneously.

Examples

See Also