Reset - Quest

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: Quest Script

Resets this quest.

Syntax[edit | edit source]

Function Reset() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Reset the main quest
MainQuestProperty.Reset()

Note[edit | edit source]

  • 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.

See Also[edit | edit source]