RunScript
Revision as of 09:04, 24 August 2014 by imported>Odessa (created. source jaam forum post and my testing)
< [[::Category:Functions|Category:Functions]]
A function added by the New Vegas Script Extender.
Description
Adds the script attached to the passed form to the list of active scripts. This should allow one to start a script that is not attached to any reference. The script may keep running indefinitely, unless it crashes. Added by NVSE V4.1.
Syntax
(none) RunScript Scripted:baseform
Broken?
- As of NVSE 4.5.6, this function does not appear to do anything.
See Also
- GetCurrentScript
- ResetAllVariables
- User Defined Function (an alternative way to run scripts without a reference)