GetNthQuestObjective

From GECK
Jump to: navigation, search


A function added by the Fallout Script Extender.

Description

Returns the objectiveID of the Nth objective of the quest

Syntax

[help]
(int) GetNthQuestObjective QuestID:baseform index:int 

Or:

(int) GetNthObjective QuestID:baseform index:int

Example

int myObjective
set myObjective to GetNthQuestObjective someQuest 2