GetNthQuestObjective

Revision as of 04:41, 1 February 2013 by imported>WarMachineDD7
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::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