GetQuestObjectives
From GECK
A function added by the JIP NVSE Plugin.
Description
Returns an array_var of a quest's visible objectives.
Syntax
(array_var) GetQuestObjectives quest:form ShowCompletedObjectives:bool
Example
let aQuestObjectives := GetQuestObjectives QuestREF 0
Returns an array of the quest's visible active objectives.
let aQuestObjectives := GetQuestObjectives QuestREF 1
Returns an array of the quest's visible completed objectives