Reset - Quest
Revision as of 10:11, 23 December 2015 by imported>Terra Nova2 (→Note: From more testing, Reset does in fact stop quests from running(placed in a stopped state and moves to the bottom section of a journal) and runs all the code in the stage up stage.)
Member of: Quest Script
Resets this quest.
Syntax
Function Reset() native
Parameters
None.
Return Value
None.
Examples
; Reset the main quest
MainQuestProperty.Reset()
Note
- This function will reset a quest, but it doesn't send events to OnReset - ObjectReference. The two aren't related.
- This function will not run if Stop() has been called before it.