Difference between revisions of "SetCurrentStageID - Quest"

333 bytes added ,  23:44, 1 December 2021
imported>Scornett
m (Reverted edits by Scornett-Bot (talk) to last revision by Jlundin)
 
 
(One intermediate revision by one other user not shown)
Line 33: Line 33:
== Notes ==
== Notes ==
If the target stage has multiple items with fragments on them, the function will not return until all items have finished running. Also note that all the items fragments will start at the same time, and will NOT wait on the "previous" item in the list to finish running.
If the target stage has multiple items with fragments on them, the function will not return until all items have finished running. Also note that all the items fragments will start at the same time, and will NOT wait on the "previous" item in the list to finish running.
To set stage to a value lower than current stage you should use reset() function before setstage().
'''Be aware:''' Although you can't set the current stage ''number'' to a lower value, this function can still display the journal entry and run script fragments from lower numbered stages, if they hadn't previously been completed.


== See Also ==
== See Also ==
*[[Quest Script]]
*[[Quest Script]]
*[[GetCurrentStageID - Quest]]
*[[GetCurrentStageID - Quest]]
56

edits