GetQuestObjectiveCount
From GECK
(Redirected from GetObjectiveCount)
A function added by the Fallout Script Extender.
Description
Returns the number of objectives for the specified Quest.
Syntax
(int) GetQuestObjectiveCount Quest:baseform
Or:
(int) GetObjectiveCount Quest:baseform
Example
int totalObjectives set totalObjectives to GetQuestObjectiveCount someQuest