Skip to main content

Math Nodes

Math Node
Math Node

Math nodes provide a way to perform simple math operations during dialogue playback and output the calculated value of the math operation to other nodes.

You can choose the math operation to perform from the operation dropdown at the top of the node.

The available math operations are:

  • ADD - Add the values together and send the result to the value output.
  • SUBTRACT - Subtract the second (bottom) value from the first (top) value and send the result to the value output.
  • MULTIPLY - Multiple the values and send the result to the value output.
  • DIVIDE - Divide the first (top) value by the second (bottom) value and send the result to the value output.

You can either enter numeric values yourself, or you can pass them in to the numeric value inputs for each field.

Each math node contains a dialogue flow input, a dialogue flow output, a numeric value input for each variable, and a numeric value output.