GetNthQuestObjective

< [[::Category:Functions|Category:Functions]]

A function added by the Fallout Script Extender.

Description

Returns the objectiveID of the Nth objective of the quest

Syntax

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

Or:

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

Example

ref myObjective
set myObjective to GetNthQuestObjective someQuest 2