Continue Button not reappearing after SetDialoguePanel(true)
Posted: Tue Oct 06, 2020 11:43 am
Hello. I've been playing around with the plugin for a few days now, and I'm really enjoying it.
I'm using the SetDialoguePanel() sequence command, exactly like this post: http://pixelcrushers.com/phpbb/viewtopi ... 324#p15657
Since I have the option "Continue Button" set to "Always" on my DialogueManager, I would expect the button to reactivate along with the rest of the panel when calling SetDialoguePanel(true). But this is not the case.
What happens is the button doesn't reactivate immediately, so I have to press "Escape" on my keyboard to go to the next message. On this next message though, the button is active again.
How do I make it behave as I was expecting?
I'm using the SetDialoguePanel() sequence command, exactly like this post: http://pixelcrushers.com/phpbb/viewtopi ... 324#p15657
Code: Select all
SetDialoguePanel(false);
AnimatorPlayWait(Animation)->Message(Done);
SetDialoguePanel(true)@Message(Done)
What happens is the button doesn't reactivate immediately, so I have to press "Escape" on my keyboard to go to the next message. On this next message though, the button is active again.
How do I make it behave as I was expecting?