Reset - Quest

Member of: Quest Script

Resets this quest.

SyntaxEdit

Function Reset() native

ParametersEdit

None.

Return ValueEdit

None.

ExamplesEdit

; Reset the main quest
MainQuestProperty.Reset()

NotesEdit

  • Resets the quest back to stage 0, clear all aliases, and is the only way to utilize the quest option "Allow repeated stages". It does not put the quest back into a running state, and does not refill any aliases.
  • Does not send events to OnReset - ObjectReference. The two aren't related.

See AlsoEdit