Player Choice Node
This node presents choices to the player.

You can use player choice nodes to present multiple options to the player.
Player choice nodes have one input and one output for each choice.
Inspector
Choices
Player choice nodes contain a list of choices.
For each choice, you can:
- edit the choice text
- set an optional precondition
- arrange, remove, or add choices
Each choice gets its own output handle.
Preconditions
You can add preconditions to each player choice. The choice will only be available if the provided expression evaluates to true.
Preconditions
In the above example, only one of the two choices is available depending on whether detour_taken is true or false.
Rich Text Editor
Choice text supports rich text formatting. See more in the Rich Text Editor.