Lua Run

Node description and basic instructions

Uses the lua to execute specified code.

To execute of Dialogue System lua code it is enough to use this node!

You can learn about the syntax and coding rules in Lua on the Pixel Crushers website.


To create it, right-click on free space in Behaviour Tree window and select:

  • Create Node/Tasks/Integrations/Dialogue System/Lua Run

This task node has a number of fields, that are highlighted in picture below.

Fields

NameDescription

Node Name

Custom name of node.

Ignore Abort Self

Whether node ignores abort self or not.

Lua code

Code of Dialogue System Lua to execute.

Last updated