Using variables in the Sequencer

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
User avatar
Alatriste
Posts: 181
Joined: Wed Nov 11, 2015 5:07 pm
Contact:

Using variables in the Sequencer

Post by Alatriste »

Hi Tony,

I'm using some time variables in the sequencer, and I want to be sure I'm doing it in the right way.
I created a variable created "transitionTimer", and in the sequencer, I'm using it as follow:

Code: Select all

Fade(stay, [var=transitionTimer]);
Continue()@[var=transitionTimer]
It works, but I'd like to double check with you whether this is the easiest way to do it.

Thanks!
User avatar
Tony Li
Posts: 21050
Joined: Thu Jul 18, 2013 1:27 pm

Re: Using variables in the Sequencer

Post by Tony Li »

Yes, that's exactly correct.
Post Reply