ShowQuests

From the Fallout3 GECK Wiki
Revision as of 05:28, 30 November 2011 by imported>Qazaaq (Reverted edits by RgKerns3 (talk) to last revision by Omzy)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 the console window, due to the limited amount of text that can be output at once.

See Also