Response Menu Sequence delay

Announcements, support questions, and discussion for the Dialogue System.
fkkcloud
Posts: 298
Joined: Mon Oct 05, 2020 6:00 am

Re: Response Menu Sequence delay

Post by fkkcloud »

Oh I meant just like
If I call

Code: Select all

HidePanel(0);
I expect to call

Code: Select all

ShowPanel(0);
at some point.

However, all I am calling is

Code: Select all

SetDialoguePanel(true);
so, I just wanted to make sure that

Code: Select all

HidePanel(0);
HidePanel(1);
.....
HidePanel(n);
0~n panels get back to its "default" or "normal" state as I call

Code: Select all

SetDialoguePanel(true);
if that makes sense,


I already patched your fix btw.
User avatar
Tony Li
Posts: 22051
Joined: Thu Jul 18, 2013 1:27 pm

Re: Response Menu Sequence delay

Post by Tony Li »

If I understand correctly, then yes, that is how it should work.
Post Reply