Difference between revisions of "GetVMScriptVariable"
Jump to navigation
Jump to search
imported>JustinOther |
imported>JustinOther m |
||
Line 6: | Line 6: | ||
==Examples== | ==Examples== | ||
*In order to use "MyInt" Property as a condition, you must use | *In order to use "MyInt" Property as a condition, you must use the "Conditional" Keyword when declaring the ScriptName and Property. | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
ScriptName MyScriptName extends ObjectReference Conditional | ScriptName MyScriptName extends ObjectReference Conditional |
Revision as of 07:14, 5 April 2012
Returns the value of a selected references script variable.
Examples
- In order to use "MyInt" Property as a condition, you must use the "Conditional" Keyword when declaring the ScriptName and Property.
ScriptName MyScriptName extends ObjectReference Conditional
Int Property MyInt Auto Conditional