GetObjectiveCompleted

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Returns 1 if the specified objective is marked as completed, 0 otherwise.

Syntax

[help]
(completed:bool) GetObjectiveCompleted quest:baseform objectiveIndex:int

Example

GetObjectiveCompleted MyQuest 10

See if objective 10 is completed.

See Also