GetNthQuestObjective

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Fallout Script Extender.

Description

Returns the objectiveID of the Nth objective of the quest

Syntax

[help]
(ref) ref.GetNthQuestObjective QuestID:ref index:int 

Or:

(ref) ref.GetNthObjective QuestID:ref index:int

Example

ref myObjective
set myObjective to GetNthQuestObjective someQuest 2