Difference between revisions of "Reset - Quest"
Jump to navigation
Jump to search
imported>Goggle m (→Examples: notes on reset.) |
imported>Goggle (→Notes) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 23: | Line 23: | ||
== Notes == | == 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 | * 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 Also == | == See Also == | ||
*[[Quest Script]] | *[[Quest Script]] |
Latest revision as of 14:52, 7 September 2016
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()
Notes[edit | edit source]
- 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.