Difference between revisions of "IsStageDone - Quest"

409 bytes added ,  17:22, 8 September 2023
Added notes about when a stage is considered done.
imported>Thingy Person
(Added notes about when a stage is considered done.)
Line 31: Line 31:
endIf
endIf
</source>
</source>
== Notes ==
A stage is considered "Done" when the quest has been set to that stage at some point in the past. This includes the current stage. This means if a quest has stage 0, 10, 20, 30, 40, 50, 60, and you do a setstage for stages 0, 40, 20, 60, then only those stages are considered done. Even though [[GetCurrentStageID - Quest|GetCurrentStageID()]] will return 60, GetStageDone(50) will return false.


== See Also ==
== See Also ==
1

edit