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?