dialogue_option
Option Dialogue (Menu) — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | dialogue_option |
| Type | Misc |
| Color | Orange |
| Icon | mdi:format-list-numbered |
Fields
| Field | Type | Description |
|---|---|---|
startTriggers | List<Ref<TriggerableEntry>> | Triggers to fire when this dialogue starts. |
endTriggers | List<Ref<TriggerableEntry>> | Triggers to fire when this dialogue ends (normally). |
cancelTriggers | List<Ref<TriggerableEntry>> | Triggers to fire if the dialogue is cancelled (e.g. via ESC). |
text | Var<String> | The text content/question of the dialogue. |
options | List<DialogueOption> | List of options to choose from. |
columns | Var<Int> | Number of columns for buttons. |
Usage Example
- entry: dialogue_option
name: "Option Dialogue (Menu)"
startTriggers: []
endTriggers: []
cancelTriggers: []
text: ""
options: []
columns: 0