GetQuestStageDone - Quest
From Creation Kit
Member of: Quest Script
Returns whether the specified quest stage is set.
Syntax
bool Function GetQuestStageDone(QuestStage questStageToCheck) global
Parameters
- questStageToCheck: The QuestStage that contains the quest and stage to check
Return Value
True if the stage is done, false otherwise.
Examples
; Set the specified quest stage if Quest.GetQuestStageDone(myQuestAndStage) Debug.Trace("We've done this part of the quest...") endIf