Difference between revisions of "GetStageDone"
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 17: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).