Okay, so im trying to make a dialog box that appears at the beginning of the game for certain players. I've read a couple tutorials and i still can't grasp it. Whenever i try to use the below trigger in a game, nothing will pop up and it's extremely frustrating, i've been trying at it all day but to no luck <_> Help, Please...
-
Unit Select Window
-
Events
- Map initialization
-
Conditions
- (Owner of (Triggering unit)) Not equal to Player 1 (Red)
- (Owner of (Triggering unit)) Equal to Player 11 (Dark Green)
- (Owner of (Triggering unit)) Equal to Player 12 (Brown)
-
Actions
- Dialog - Clear UnitSelectDialog
- Dialog - Change the title of UnitSelectDialog to Select a Character
- Dialog - Create a dialog button for UnitSelectDialog labelled Knight - Male
- Set KnightMaleButton = (Last created dialog Button)
- Dialog - Create a dialog button for UnitSelectDialog labelled Knight - Female
- Set KnightFemaleButton = (Last created dialog Button)
- Dialog - Create a dialog button for UnitSelectDialog labelled Mage - Male
- Set MageMale = (Last created dialog Button)
- Dialog - Create a dialog button for UnitSelectDialog labelled Mage - Female
- Set MageFemale = (Last created dialog Button)
- Dialog - Show UnitSelectDialog for Player 2 (Blue)
- Dialog - Show UnitSelectDialog for Player 3 (Teal)
- Dialog - Show UnitSelectDialog for Player 4 (Purple)
- Dialog - Show UnitSelectDialog for Player 5 (Yellow)
- Dialog - Show UnitSelectDialog for Player 6 (Orange)
- Dialog - Show UnitSelectDialog for Player 7 (Green)
- Dialog - Show UnitSelectDialog for Player 8 (Pink)
- Dialog - Show UnitSelectDialog for Player 9 (Gray)
- Dialog - Show UnitSelectDialog for Player 10 (Light Blue)
-
Events