GetQuestObjectiveCount

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Fallout Script Extender.

Description

Returns the number of objectives for the specified quest.

Syntax

[help]
(int) GetQuestObjectiveCount QuestID:ref 

Or:

(int) GetObjectiveCount QuestID:ref

Example

int totalObjectives
set totalObjectives to GetQuestObjectiveCount someQuest