ShowQuests

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

This function shows the player's currently running quests in the console window.

Console Functions are normally exclusively for use in the in-game Console (accessible by pressing "~").

With JIP LN NVSE Plugin, any console function can be used in scripts with the Console function.

Syntax

[help]
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