- Joined
- Jun 26, 2005
- Messages
- 509
i wanted to make a dialog for my map so i did this...
1st trigger:
EVENTS
time-elapsed game time is 1 seconds
CONDITIONS
ACTIONS
dialog-create a dialog button for Easy(a variable) labelled Easy(title)
dialong-create a dialog button for Normal labelled Normal
Next trigger:
EVENTS
dialog-a dialog button is clicked for Easy
CONDITIONS
ACTIONS
unit group-pick every unit in units owned by player 12 and do unit-set life of picked unit to 50%
Then i did the normal trigger set life 100% but the dialog didnt show up on my make when the game started

1st trigger:
EVENTS
time-elapsed game time is 1 seconds
CONDITIONS
ACTIONS
dialog-create a dialog button for Easy(a variable) labelled Easy(title)
dialong-create a dialog button for Normal labelled Normal
Next trigger:
EVENTS
dialog-a dialog button is clicked for Easy
CONDITIONS
ACTIONS
unit group-pick every unit in units owned by player 12 and do unit-set life of picked unit to 50%
Then i did the normal trigger set life 100% but the dialog didnt show up on my make when the game started
