Difference between revisions of "Quest"

103 bytes added ,  13:48, 14 August 2019
m
imported>Mofakin
imported>Mofakin
Line 15: Line 15:
**'''Run Once: ''' Prevents the Quest from being reset when it starts. If a "Start Game Enabled" quest is not also flagged to "Run Once", its OnInit event will fire twice.
**'''Run Once: ''' Prevents the Quest from being reset when it starts. If a "Start Game Enabled" quest is not also flagged to "Run Once", its OnInit event will fire twice.
For clarity, all forms of resetting including Reset() will not work when this is checked.
For clarity, all forms of resetting including Reset() will not work when this is checked.
**'''Warn on alias fill failure:''' Prints out alias fill errors to Papyrus Log. Useful when debugging quest alias order. If aliases fail to fill, the entire quest will fail and not function properly.  
**'''Warn on alias fill failure:''' Prints out alias fill errors to Papyrus Log. Useful when debugging quest alias order. If aliases fail to fill, the entire quest will fail and not function properly. Stages won't set, actors won't speak their dialogue, fragments don't run and objectives don't display.  
**'''Allow repeated stages:''' If this box is checked, a journal entry will be displayed (and quest stage results run) every time SetStage is called for a particular stage number. Otherwise, SetStage has no effect after it is called the first time for any stage on a running quest.
**'''Allow repeated stages:''' If this box is checked, a journal entry will be displayed (and quest stage results run) every time SetStage is called for a particular stage number. Otherwise, SetStage has no effect after it is called the first time for any stage on a running quest.
**'''Add Idle Topic To Hello:'''
**'''Add Idle Topic To Hello:'''
Anonymous user