Skald Documentation

Player Choice Node

This node presents choices to the player.

Screenshot of Player Choice Node

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.

Each choice can also define an optional precondition, so that choice is only available when the precondition is met.

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

A precondition is shown above the choice text when it is not empty.

Tags

Player choice nodes can store tags for organizing or filtering content.

Rich Text Editor

Choice text supports rich text formatting. See more in the Rich Text Editor.

On this page