GetVMScriptVariable

From the CreationKit Wiki
Revision as of 07:12, 5 April 2012 by imported>JustinOther
Jump to navigation Jump to search


Returns the value of a selected references script variable.

Examples

  • In order to use "MyInt" Property as a condition, you must use keyword "Conditional" in both ScriptName and Property.
ScriptName MyScriptName extends ObjectReference Conditional

Int Property MyInt Auto Conditional