Difference between revisions of "Quest"

757 bytes added ,  19:19, 15 July 2020
imported>Mofakin
imported>Google0000
 
(One intermediate revision by one other user not shown)
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:'''
Line 79: Line 79:
=== Command Dialogue ===
=== Command Dialogue ===
=== Scenes ===
=== Scenes ===
Scenes are used to create dialogue for any actor in the game, including the player. Scenes consist of an ordered collection of Topic Info forms.
Topic Info:
Topic infos consist of a few key components, namely the text the actor will say, the sound file name and location information, and the facial animation selection.
Facial animations are used to give a facial expression to an actor while they speak a line. There are many facial animations to choose from under the drop down list. For a visual reference of the different facial animation options, see this [https://www.youtube.com/watch?v=poksb4_sIQM&feature=youtu.be video]. (Credit to Sirick)
=== Scene Collections ===
=== Scene Collections ===
=== Combat ===
=== Combat ===
Anonymous user