Reset - Quest
Revision as of 06:08, 9 October 2021 by imported>Rasikko (→Note)
Member of: Quest Script
Resets this quest.
SyntaxEdit
Function Reset() native
ParametersEdit
None.
Return ValueEdit
None.
ExamplesEdit
; Reset the main quest
MainQuestProperty.Reset()
NoteEdit
- 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.
- This wont run the start up stage, in essence the quest is waiting to be started again.