Difference between revisions of "ShowQuestVars"
Jump to navigation
Jump to search
imported>Omzy (made look nicer, added a bit of new info) |
imported>Omzy m (more links) |
||
Line 20: | Line 20: | ||
[[ShowQuests]]<br> | [[ShowQuests]]<br> | ||
[[GetScriptVariable]] | [[GetScriptVariable]] | ||
[[GetGlobalValue]] | |||
[[GetQuestVariable]] | |||
[[Category:Console Functions]] | [[Category:Console Functions]] | ||
[[Category:Designer Debug Tools]] | [[Category:Designer Debug Tools]] |
Revision as of 04:59, 30 July 2009
Description
This function shows the specified quest's variables in the console window.
Syntax
ShowQuestVars QuestID:String
or
SQV QuestID:String
Example
SQV FunkyTownQuest
Notes
- This is an incredibly useful debugging tool if the structure of your mod is based on quest scripts.
- Unfortunately, if your quest script has too many variables, only the latter portion of them will be shown in the console window, due to the limited amount of text that can be output at once.
See Also
ShowQuests
GetScriptVariable
GetGlobalValue
GetQuestVariable