Husky
Local Lurker
- Reaction score
- 119
Hi,
Okay, I have this dialog and it doesn't seem to be working. I've made many Dialogs before and they all work, but for some reason this one doesn't.
Anyway, what happens is if Player 1 types -mode, this dialog pops up where they can choose their mode via the dialog.
So here's my dialog:
I've gone over it a number of times. I know it's not because I dont have an Event because I made one and the it doesn't work. When I type "-mode" it appears but, its just a little box wiht nothing in it (no title, buttons, nothing).
If I can get a quick reply to this, I may be able to realese this map tonight.
Thanks,
-Husky
Okay, I have this dialog and it doesn't seem to be working. I've made many Dialogs before and they all work, but for some reason this one doesn't.
Anyway, what happens is if Player 1 types -mode, this dialog pops up where they can choose their mode via the dialog.
So here's my dialog:
Code:
Mode Pick Dialog
Events
Conditions
Actions
Dialog - Clear Mode_Pick_Dialog
Dialog - Change the title of Mode_Pick_Dialog to Pick Game Mode...
Dialog - Create a dialog button for Mode_Pick_Dialog labelled Mode 1
Set Mode1_DiaBut = (Last created dialog Button)
Dialog - Create a dialog button for Mode_Pick_Dialog labelled Mode 2
Set Mode2_DialogBut = (Last created dialog Button)
Dialog - Create a dialog button for Mode_Pick_Dialog labelled Mode 3
Set Mode3_DialogBut = (Last created dialog Button)
Player Group - Pick every player in (All players) and do (Dialog - Show Di_box for (Picked player))
I've gone over it a number of times. I know it's not because I dont have an Event because I made one and the it doesn't work. When I type "-mode" it appears but, its just a little box wiht nothing in it (no title, buttons, nothing).
If I can get a quick reply to this, I may be able to realese this map tonight.
Thanks,
-Husky


