Page 1 of 1

"Continue Button"

Posted: Sat Jul 28, 2018 5:28 am
by Japtor
Hi,

I am playing around with the "Continue Button" inside the Dialogue Manager. Is something that I would like to be always in my game while a dialogue is active.

I have a conversation where the final node is empty. It has no dialogue text and just opens a UI by running a Lua script. Someone suggested me to put the "Sequence None()" because the last node with dialogue text was visible for about 2-3 seconds after disappearing while the new UI was just visible.

However, with the "Continue Button" activated, it seems that the "Sequence None()" doesn´t work at all. It keeps the UI with the last node with dialogue text while the new UI is open. This means that you have to click the button to close it or it will stay there forever and is something that I will like to avoid for this cases.

Any idea how to avoid the "Continue Button" for some specific moments like mine?

Thanks :)

Re: "Continue Button"

Posted: Sat Jul 28, 2018 8:09 am
by Tony Li
Hi,

Use "Continue()" instead of "None()". This simulates a continue button click. To add it, you can either type it into the Sequence field manually or click the "+" button and select Continue > Simulate continue button click.

Re: "Continue Button"

Posted: Sat Jul 28, 2018 9:10 am
by Japtor
Hi,

Yeah, that fixed my problem.

Thank you very much! :)

Re: "Continue Button"

Posted: Sat Jul 28, 2018 7:23 pm
by Tony Li
Happy to help!