Page 1 of 1

Temporarily disable continueButton

Posted: Mon Feb 17, 2025 8:59 am
by walczak
Hello,

I need something like this:
During the conversation I would like to display custom window and select button inside this window, then press this custom button and continue with conversation. everything works fine except I am losing focus on my custom button and the Dialogue UI continue button is highlighted.

I would like to pause the conversation and disable the continue button.
I tried to set Continue Button to "Never" but then conversation plays automatically.
I tried also disabling continueButton but it is being selected anyway.
I also tried selecting this button with coroutine and delay.
Nothing worked :(

Thanks.

Re: Temporarily disable continueButton

Posted: Mon Feb 17, 2025 10:43 am
by Tony Li
Hi,

To show your own popup window on top when a conversation is active, please see: How To: Pause Dialogue In Pause Menu

Re: Temporarily disable continueButton

Posted: Mon Feb 17, 2025 12:07 pm
by walczak
It worked! Thanks again

Re: Temporarily disable continueButton

Posted: Mon Feb 17, 2025 1:13 pm
by Tony Li
Glad to help!