GetQuestObjectiveCount

From GECK
Jump to: navigation, search


A function added by the Fallout Script Extender.

Description

Returns the number of objectives for the specified Quest.

Syntax

[help]
(int) GetQuestObjectiveCount Quest:baseform 

Or:

(int) GetObjectiveCount Quest:baseform

Example

int totalObjectives
set totalObjectives to GetQuestObjectiveCount someQuest