Difference between revisions of "GetQuestVariable"
Jump to navigation
Jump to search
imported>Scornett-Bot m (Script running global find and replace: = for '''=) |
imported>Fg109 m (Added link to GetVMQuestVariable) |
||
Line 4: | Line 4: | ||
GetQuestVariable ''QuestID'' ''variable'' | GetQuestVariable ''QuestID'' ''variable'' | ||
==Notes== | |||
Unknown how to get this function to work properly. Use [[GetVMQuestVariable]] instead. | |||
Line 9: | Line 14: | ||
*[[GetGlobalValue]] | *[[GetGlobalValue]] | ||
*[[GetStage]] | *[[GetStage]] | ||
*[[GetVMQuestVariable]] | |||
Revision as of 09:17, 2 April 2012
Returns the value of a quest variable.
Syntax
GetQuestVariable QuestID variable
Notes
Unknown how to get this function to work properly. Use GetVMQuestVariable instead.