Variables

Dialogue Add-on supports dynamic text variables. To set a variable in a dialogue text put the variable name in curly brackets like so:

Hello my name is {PLAYERNAME}

Then in the dialogue data of the dialogue graph go to the variables section and click on "Analyze Sequences"

You'll then see all available variables in a list. For each variable you can set it's type and assign an actual dialogue variable DataObject which contains the actual value.

Last updated