Difference between revisions of "GetQuestVariable"
Jump to navigation
Jump to search
imported>Scornett-Bot m (Script running global find and replace: = for '''=) |
imported>RobinHood70 (→Notes: Update note) |
||
(One intermediate revision by one other user not shown) | |||
Line 5: | Line 5: | ||
GetQuestVariable ''QuestID'' ''variable'' | GetQuestVariable ''QuestID'' ''variable'' | ||
==Notes== | |||
This function is deprecated and will not work in current versions of the Creation Kit (though it can still be found in a few conditions). Use [[GetVMQuestVariable]] instead. | |||
==See Also== | ==See Also== | ||
*[[GetGlobalValue]] | *[[GetGlobalValue]] | ||
*[[GetStage]] | *[[GetStage]] | ||
*[[GetVMQuestVariable]] | |||
Latest revision as of 01:08, 24 November 2013
Returns the value of a quest variable.
Syntax[edit | edit source]
GetQuestVariable QuestID variable
Notes[edit | edit source]
This function is deprecated and will not work in current versions of the Creation Kit (though it can still be found in a few conditions). Use GetVMQuestVariable instead.