GetNthQuestObjective
From GECK
(Redirected from GetNthObjective)
A function added by the Fallout Script Extender.
Description
Returns the objectiveID of the Nth objective of the quest
Syntax
(int) GetNthQuestObjective QuestID:baseform index:int
Or:
(int) GetNthObjective QuestID:baseform index:int
Example
int myObjective set myObjective to GetNthQuestObjective someQuest 2