Skip to content
Julian Murgia edited this page Oct 28, 2016 · 3 revisions

This node is the most important. It is used to define actual lines of dialog and also to perform specific actions.

Blocks

You can add as many "blocks" as you want in this node using a + button. Two following blocks inside a node are actually managed as if they were 2 nodes linked together. This is a shortcut to avoid bloated (thus larger and heavier) trees.

You can remove a block by clicking its - button. If their number grows too big, you can hide each block by clicking the according H button.

Actions

Each block allows a specific action. Currently, 4 actions are supported:

  1. Say: this is a simple dialog line. You have to set the name of the actor that says the line (if none is set, then it is a player line).
  2. Walkto: makes the specified actor walk to the given Point2D node location.
  3. Anim: plays the specified animation of the specified actor.
  4. Teleport: similar to "Walkto" action, but directly places the actor at the given Point2D location.

Other blocks ideas are welcome. Feel free to put an issue on Github.

Clone this wiki locally