Node Design

1

Node Title & Description

A purely visual element that contains its name and a short description. It does not affect the dialogue logic but can be used for better organization and readability of the project.

2

Node Button

The button next to the title allows adding new elements, such as Choice options, Events, and other functionalities that influence the dialogue flow.

3

Node Input

An entry point of a node that can be connected to multiple other nodes.

4

Node Output

An exit point of a node that determines which node will be executed next. A standard Output Port can only be connected to one node, except for the Random Output, which allows randomly selecting one of multiple possible paths.

5

Node Choice Outputs

Fields available in Choice nodes that enable the dynamic addition and removal of options. Each option can lead to a different node, allowing for the creation of multi-branching and interactive dialogues.

6

Node Content

Special fields in nodes that store values, objects, variables, events, and other logical elements. These can be used to store information.

Last updated