MoveToQuestTarget

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Moves the player to the current objective set in the Pip-Boy. Can optionally specify an integer to move to more than 1 marker in a quest.

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]
MoveToQuestTarget index:int 

Or:

MoveToQt index:int

Example

MoveToQt 2 

See Also