Page 1 of 1

How to get/set a variable

Posted: Sat Oct 15, 2022 10:00 am
by SBSun
Can Variables in Dialogue Database be modified into Sequences? And I wonder if it is possible to Get/Set the value of that variable with Script.

Re: How to get/set a variable

Posted: Sat Oct 15, 2022 11:12 am
by Tony Li
Hi,

In sequences, you can use the SetVariable() sequencer command to set a variable.

You can also set variables in the Script field and check them in the Conditions field. This is more common than using the SetVariable() sequencer command.