Page 1 of 1

How can I make a dialogue system wait for typewriter effect to finish before continuing to the next line?

Posted: Wed Feb 22, 2023 1:38 am
by Matcha
Hello everyone. I'm wondering if there's a way to make the dialogue system wait for the typewriter effect to finish before moving on to the following line with the ContinueButtonMode.Never?

Any advice or guidance would be greatly appreciated! Thanks!

Re: How can I make a dialogue system wait for typewriter effect to finish before continuing to the next line?

Posted: Wed Feb 22, 2023 8:42 am
by Tony Li
Hi,

Set the Dialogue Manager GameObject's Display Settings > Camera & Cutscene Settings > Default Sequence to:

Code: Select all

WaitForMessage(Typed)

Re: How can I make a dialogue system wait for typewriter effect to finish before continuing to the next line?

Posted: Wed Feb 22, 2023 11:53 am
by Matcha
It works perfectly! Thank you!

Re: How can I make a dialogue system wait for typewriter effect to finish before continuing to the next line?

Posted: Wed Feb 22, 2023 12:59 pm
by Tony Li
Glad to help!