GetQuestObjectiveCount

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

A function added by the Fallout Script Extender.

Description

Returns the number of objectives for the specified quest.

Syntax

(int) GetQuestObjectiveCount QuestID:ref 

Or:

(int) GetObjectiveCount QuestID:ref

Example

int totalObjectives
set totalObjectives to GetQuestObjectiveCount someQuest