Difference between revisions of "GetScriptVariable"
Jump to navigation
Jump to search
m
→Notes: Added Quest Data tab reference
imported>Bruneauinfo (Added notes on local variables and fixed some of the page formatting.) |
imported>Bruneauinfo m (→Notes: Added Quest Data tab reference) |
||
Line 6: | Line 6: | ||
==Notes== | ==Notes== | ||
*This is ONLY a condition function. In order to get the value of a quest variable in a script, there is no need for a function. Just use the syntax: | *This is ONLY a condition function. It can only be used under the [[Quest Data Tab]] section of the CS in Quest Conditions. In order to get the value of a quest variable in a script, there is no need for a function. Just use the syntax: | ||
ObjectRef.VarName | ObjectRef.VarName | ||
*For a definition of what is meant by ''local variable'' see the article [[Special variables]]. | *For a definition of what is meant by ''local variable'' see the article [[Special variables]]. | ||
==See Also== | ==See Also== |