meat_madness_redux/godot/addons/dialogic/Documentation/Content/Events/010.md

14 lines
561 B
Markdown
Raw Normal View History

2022-11-27 13:31:09 -07:00
# Question Event
![image](./Images/Event_Question.PNG)
The `Question Event` allows your story to branch and give the player options.
When you add a `Question Event`, two [Choice Events](./011.md) and an [End Event](./013.md) will be added automatically.
## The text editor
The block itself works very similar to a [Text Event](./001.md) and has all the options of that event.
## The choices
To add choices to your question you can add [Choice Events](./011.md).
## Ending a question
After all your choices, there also needs to be an [End Event](./013.md).