Reset - Quest

From the Fallout4 CreationKit Wiki
Revision as of 14:06, 7 September 2016 by imported>Goggle (→‎Examples: notes on reset.)
Jump to navigation Jump to search

Member of: Quest Script

Resets this quest.

Syntax

Function Reset() native

Parameters

None.

Return Value

None.

Examples

; Reset the main quest
MainQuestProperty.Reset()

Notes

  • 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 but the quest back into a running stage, and does not refill any aliases.

See Also