I copied a trigger that has a team choosing dialog after a Hero choosing dialog. Whats weird is that if i delete the first dialog then the second one won't show up even if theres nothing attach to it anymore. What I'm saying is that even if i create a new non-modal dialog just after the map initialization that dialog won't show up. Somehow the only dialog that shows up is the hero choosing dialog no matter what. and no matter what if i remove that dialog from the start no other dialog will show up. So this is what i did. I tried to replace the values on the first dialog to match those of what I'm looking for and then tried to delete the second dialog but now none of them show up. Whats up with the dialogs damn it. Are there pre-established orders for dialogs that i can't use them the way i want. If you need an example of the map just let me know.
Ok...nevermind I found that what i had to do was to delete a Run Trigger (with the annoying dialog name) that was stucked on the map initialization trigger.
I copied a trigger that has a team choosing dialog after a Hero choosing dialog. Whats weird is that if i delete the first dialog then the second one won't show up even if theres nothing attach to it anymore. What I'm saying is that even if i create a new non-modal dialog just after the map initialization that dialog won't show up. Somehow the only dialog that shows up is the hero choosing dialog no matter what. and no matter what if i remove that dialog from the start no other dialog will show up. So this is what i did. I tried to replace the values on the first dialog to match those of what I'm looking for and then tried to delete the second dialog but now none of them show up. Whats up with the dialogs damn it. Are there pre-established orders for dialogs that i can't use them the way i want. If you need an example of the map just let me know.
Ok...nevermind I found that what i had to do was to delete a Run Trigger (with the annoying dialog name) that was stucked on the map initialization trigger.
@JEGCPR: Go
Why delete the dialog when you can just hide it? Use a global variable to store the dialog, then hide it whenever you need to.