| 07-22-2003, 10:43 PM | #1 |
can any1 help me im trying to make a mass attack by sending all units owned by player 1 to attack a region. but i wanan use a dialog to select where they want to attack. can any tell me how to do this |
| 11-08-2003, 03:37 AM | #2 |
ok Make these variables: Attack_Dialog (Dialog) and Attack_Button (Dialog Button) Alright. Just add these actions to the map initialization trigger: Create Dialog Button for (Attack_Dialog) labled Attack Set Attack_Button to Last Created Dialog Button Thats it for the dialog. If u want the dialog to come up, just make an action like: Show Attack_Dialog. Pretty simple. U could have the event be: Player (X) Skips Cinematic. That means it'll come up whan that player press ESC. THere ya go. |
