Page 6 of 6

Re: Response Menu Sequence delay

Posted: Thu Jan 28, 2021 12:00 pm
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.

Re: Response Menu Sequence delay

Posted: Thu Jan 28, 2021 12:07 pm
by Tony Li
If I understand correctly, then yes, that is how it should work.