- Joined
- Jun 7, 2008
- Messages
- 440
First. I would like to get a countdown timer inside a dialog window. I know this is possible, but i do not know how to do it.
Second. I have a dialog system that is shown for a certain two players. Once it is shown, nothing happens until you select a dialog (these buttons work). This is what I have so far:
Any suggestions?
Second. I have a dialog system that is shown for a certain two players. Once it is shown, nothing happens until you select a dialog (these buttons work). This is what I have so far:
-
Events
-
Time - timer expires
-
-
Conditions
-
Actions
-
Unit - Pause all units
-
Player Group - Pick every player in LightPlayers and do (Camera - Pan camera for (Picked player) to (Center of Camera <gen>) over 2.00 seconds)
-
Player Group - Pick every player in LightPlayers and do (Camera - Set the camera bounds for (Picked player) to Area <gen>)
-
Unit - Set life of theduelunitdark to 100.00%
-
Unit - Set life of theduelunitlight to 100.00%
-
Unit - Set mana of theduelunitlight to 100.00%
-
Unit - Set mana of theduelunitdark to 100.00%
-
Unit - Remove All buffs from theduelunitdark
-
Unit - Remove All buffs from theduelunitlight
-
Wait 2.00 seconds
-
Dialog - Show Duelists for (Owner of theduelunitlight)
-
Dialog - Show Duelists for (Owner of theduelunitdark)
-
Countdown Timer - Start Duel_Timer as a One-shot timer that will expire in 10.00 seconds
-
Wait 8.00 seconds
-
Dialog - Clear Duelists
-
Any suggestions?