Hello!
I have an H5 Script that prompts a MessageDialog through ConfirmDialog.ShowMessageDialog, however there's also a standard Dialog popping up at the same time, which causes a race condition where one of the Dialogs only shows for a brief second before being overwritten by the second one.
Is there a way of stacking the Dialogs, when I dont know when the others can show up, and when I don't have access to those specific Dialogs?