Difference between revisions of "ShowQuestVars"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Henning
m
imported>Henning
m (None)
Line 15: Line 15:
==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 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 (it is actually possible to scroll the list up and down using the keyboard)
*Unfortunately, if your quest script has too many variables, only the latter portion of them will be shown in the console window, due to <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 readings</span>]</span> the limited amount of text that can be output at once (it is actually possible to scroll the list up and down using the keyboard)


==See Also==
==See Also==

Revision as of 02:15, 30 November 2011

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 psychic readings the limited amount of text that can be output at once (it is actually possible to scroll the list up and down using the keyboard)

See Also