Difference between revisions of "ShowQuests"
Jump to navigation
Jump to search
imported>Omzy (updated) |
imported>Henning m (None) |
||
Line 11: | Line 11: | ||
==Notes== | ==Notes== | ||
*This is an incredibly useful debugging tool if the structure of your mod is based on quest scripts. | *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. | *Unfortunately, if you have too many running quests, not all of them will be shown in <span class="plainlinks">[http://www.psychicreviewonline.com <span style="color:black;font-weight:normal;text-decoration:none!important;background:none!important; text-decoration:none;">psychic reading</span>]</span> the console window, due to the limited amount of text that can be output at once. | ||
==See Also== | ==See Also== |
Revision as of 01:15, 30 November 2011
Description
This function shows the player's currently running quests in the console window.
Syntax
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 psychic reading the console window, due to the limited amount of text that can be output at once.