GetObjectiveCompleted
From GECK
A function included in the GECK for Fallout 3.
Contents
Description
Returns 1 if the specified objective is marked as completed, 0 otherwise.
Syntax
(completed:bool) GetObjectiveCompleted quest:baseform objectiveIndex:int
Example
GetObjectiveCompleted MyQuest 10
See if objective 10 is completed.