SetContinueMode Not Working?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
dbclutis
Posts: 24
Joined: Tue Feb 25, 2020 7:01 pm

SetContinueMode Not Working?

Post by dbclutis »

Hello again!

I am trying to disallow the ability to continue while a timeline is playing via a sequence.

My current sequence looks like this:

SetContinueMode(false);
Timeline(play, directorName);

But I am still able to continue when pressing a button... What am I doing wrong?

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

Re: SetContinueMode Not Working?

Post by Tony Li »

Hi,

Is the continue button assigned to the subtitle panel's Continue Button field? If so, SetContinueMode(false) should deactivate it, meaning it won't be clickable.
dbclutis
Posts: 24
Joined: Tue Feb 25, 2020 7:01 pm

Re: SetContinueMode Not Working?

Post by dbclutis »

So, I'm not sure why, but once I did some other things in my system, it is making it so that I cannot continue at any midpoint of the Timeline, even without setting the continue mode to false... Which works great! Is this how it generally behaves? I really don't know what happened.
User avatar
Tony Li
Posts: 22054
Joined: Thu Jul 18, 2013 1:27 pm

Re: SetContinueMode Not Working?

Post by Tony Li »

Hi,

I can't say for sure without looking at it. But if you assigned the continue button to the subtitle panel's continue button field, for example, then that might explain it.
dbclutis
Posts: 24
Joined: Tue Feb 25, 2020 7:01 pm

Re: SetContinueMode Not Working?

Post by dbclutis »

Ok, wonderful, thank you!
Post Reply