Step to reproduce:
- copy this into the command line:
Code: Select all
game.showmessagedialog("test") game.showmessagedialog("test2")
Code: Select all
game.showmessagedialog("test") game.showmessagedialog("test2")
If you are goind to use this approach make sure that last added dialog is always shown.kovarex wrote:In other words, new added dialogs will be added to the queue, this might simplify some scripting.
Code: Select all
game.showmessagedialog("test") game.showmessagedialog("test2")