GetCurrentQuest

From GECK
Jump to: navigation, search


A function added by the Fallout Script Extender.

Description

Returns the current quest object (which is a BaseForm).

Syntax

[help]
(ref) GetCurrentQuest

Example

ref myQuest
set myQuest to GetCurrentQuest 

Notes

  • This function is not available in NVSE. Use GetActiveQuest for New Vegas instead.

See Also