GetStageDone

From the CreationKit Wiki
Revision as of 18:32, 8 September 2023 by Jadkai (talk | contribs) (Add a note that details about what "done" means can be found on the page for the Papyrus function.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Syntax:

GetStageDone QuestID StageIndex

Example:

GetStageDone MS01 30 

Returns 1 if the specified stage has been completed, 0 otherwise.

For details on the meaning of "done", see Quest.GetStageDone (Papyrus).

See Also[edit | edit source]

GetStage

SetStage

Papyrus Version[edit | edit source]

Quest.GetStageDone (Papyrus)