Page 1 of 1

SetContinueMode from script?

Posted: Thu Sep 16, 2021 7:03 pm
by Kamotachi
Hi!
Is possible to call SetContinueMode() from the sequencer, but it's posible to call from c# script?
Something like ... "DialogueSystem.SetContinueMode()" or something like that?

Re: SetContinueMode from script?

Posted: Thu Sep 16, 2021 9:59 pm
by Tony Li
Hi,

In C#, you can directly set DialogueManager.displaySettings.subtitleSettings.continueButton.

Or call DialogueManager.PlaySequence("SetContinueMode(...)");