Display Dialogue Options

OVERVIEW

Displays a series of selectable options in a Dialogue.

PROPERTIES

System

NameExplanationType
Is CancelableWhether or not the dialogue can be canceled out of.
Note: An additional Dialogue Option will appear at the bottom called When Canceled for if the player cancels out of the dialogue.
Toggle
Maintain Last Message DisplayedMaintains the previous display static message box on the screen.Toggle
Dialogue OptionsThe options to display in the dialogue.Dialogue Option
Dialogue TemplateThe template to use.User Interface

Dialogue Option

NameExplanationType
ValueThe text to display in the dialogue for the option.String
ScriptCommands to execute when the option is selected.Commands

EXAMPLE

Example 1: A quest giver - accept or refuse a quest.
Example 2: Multiple dialogue options for a hero.