Difference between revisions of "GetQuestVariable"
Jump to navigation
Jump to search
imported>JOG m (see also: Get Globalvalue/Scriptvariable) |
imported>Bruneauinfo (→Notes) |
||
(5 intermediate revisions by 5 users not shown) | |||
Line 6: | Line 6: | ||
QuestName.VarName | QuestName.VarName | ||
==See Also== | ==See Also== | ||
[[GetGlobalValue]] | *[[GetGlobalValue]] | ||
*[[GetScriptVariable]] | |||
[[GetScriptVariable]] | *[[GetStage]] | ||
[[GetStage]] | |||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category:Functions (CS)]] | |||
[[Category: Functions (CS 1.0)]] | |||
[[Category: Condition Functions]] | |||
[[Category: Condition Functions (CS 1.0)]] | |||
[[Category: Quest Functions]] | [[Category: Quest Functions]] | ||
[[Category: | [[Category: Quest Functions (CS 1.0)]] | ||
<!-- Begin Search Terms | |||
Get | |||
Quest | |||
Variable | |||
End Search Terms --> |
Latest revision as of 08:53, 24 December 2010
Returns the value of a quest variable.
NOTE: 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:
QuestName.VarName
See Also[edit | edit source]