Difference between revisions of "Quest"

170 bytes added ,  23:49, 13 August 2019
imported>Mofakin
imported>Mofakin
Line 13: Line 13:
*'''Event:''' Any quest which specifies an Event can only be started by the Story Manager ("Start Game Enabled" will be greyed out). Quests which have no Event are started "manually", by calling Start, SetStage, or SetObjectiveDisplayed.
*'''Event:''' Any quest which specifies an Event can only be started by the Story Manager ("Start Game Enabled" will be greyed out). Quests which have no Event are started "manually", by calling Start, SetStage, or SetObjectiveDisplayed.
**'''Start Game Enabled:''' Start the quest as soon as possible. Un-ticking this option saves on memory and helps minimize your quest's memory imprint on the game. Your quest will start running when the Start, SetStage, or SetObjectiveDisplayed commands are used.
**'''Start Game Enabled:''' Start the quest as soon as possible. Un-ticking this option saves on memory and helps minimize your quest's memory imprint on the game. Your quest will start running when the Start, SetStage, or SetObjectiveDisplayed commands are used.
**'''Run Once: ''' Prevents this quest from running again once its "completed" or "failed".
**'''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.
**'''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.  
**'''Allow repeated stages:''' Allows for completed stages to be reset. Used mostly for Radiant quests.
**'''Allow repeated stages:''' Allows for completed stages to be reset. Used mostly for Radiant quests.
Anonymous user