Re: Response Menu Sequence delay
Posted: Thu Jan 28, 2021 12:00 pm
Oh I meant just like
If I call
I expect to call
at some point.
However, all I am calling is
so, I just wanted to make sure that
0~n panels get back to its "default" or "normal" state as I call
if that makes sense,
I already patched your fix btw.
If I call
Code: Select all
HidePanel(0);
Code: Select all
ShowPanel(0);
However, all I am calling is
Code: Select all
SetDialoguePanel(true);
Code: Select all
HidePanel(0);
HidePanel(1);
.....
HidePanel(n);
Code: Select all
SetDialoguePanel(true);
I already patched your fix btw.