Difference between revisions of "ShowQuests"
Jump to navigation
Jump to search
imported>Wkilleen |
imported>Qazaaq |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
This function | ==Description== | ||
This function shows the player's currently running quests in the console window. | |||
==Syntax== | |||
ShowQuests | ShowQuests | ||
or | |||
SQ | |||
==Notes== | |||
*This is an incredibly useful debugging tool if the structure of your mod is based on quest scripts. | |||
*Unfortunately, if you have too many running quests, not all of them will be shown in the console window, due to the limited amount of text that can be output at once. | |||
== | ==See Also== | ||
*[[ShowQuestVars]] | |||
*[[GetScriptVariable]] | |||
*[[GetGlobalValue]] | |||
*[[GetQuestVariable]] | |||
[[Category:Console Functions]] | [[Category:Console Functions]] | ||
[[Category:Designer Debug Tools]] | [[Category:Designer Debug Tools]] |
Latest revision as of 05:28, 30 November 2011
Description[edit | edit source]
This function shows the player's currently running quests in the console window.
Syntax[edit | edit source]
ShowQuests
or
SQ
Notes[edit | edit source]
- This is an incredibly useful debugging tool if the structure of your mod is based on quest scripts.
- Unfortunately, if you have too many running quests, not all of them will be shown in the console window, due to the limited amount of text that can be output at once.