Commands /
Display Dialogue Options
Summary
Displays a series of selectable options in a Dialogue.
Parameters
Name | Explanation | Type |
---|---|---|
Is Cancelable | Whether 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 |
Dialogue Options | The options to display in the dialogue. | Dialogue Option |
Dialogue Template | The template to use. | User Interface |
Dialogue Option
Name | Explanation | Type |
---|---|---|
Value | The text to display in the dialogue for the option. | String |
Script | Commands to execute when the option is selected. | Commands |