Difference between revisions of "GetStageDone"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>SJML Bot
(Bot creating condition functions pages.)
 
m (Add a note that details about what "done" means can be found on the page for the Papyrus function.)
 
Line 5: Line 5:


Returns 1 if the specified stage has been completed, 0 otherwise.  
Returns 1 if the specified stage has been completed, 0 otherwise.  
For details on the meaning of "done", see [[Quest.GetStageDone (Papyrus)]].


==See Also==  
==See Also==  

Latest revision as of 18:32, 8 September 2023

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)