Hello everyone,I want to create a dialog but something isn't working so I'm here now.I need help also with my multiboard- How can I create game time in some row/column. I realy need that and also I need help with that.
Here's my unfinished trigger(I also will create both modes with the fight and timer resuming,etc.)
Here's my unfinished trigger(I also will create both modes with the fight and timer resuming,etc.)
-
Dialog
-
Events
-
Time - Elapsed game time is 0.00 seconds
-
-
Conditions
-
Actions
-
Game - Pause the game
-
Game - Display to (All players) the text: (Wait until + ((Name of Player 1 (Red)) + will choose the arena mode.))
-
Dialog - Show (Clicked dialog) for Player 1 (Red)
-
Dialog - Change the title of (Clicked dialog) to Arena mode
-
Dialog - Create a dialog button for (Clicked dialog) labelled Survivor Mode
-
Set TeamMode = (Last created dialog Button)
-
Dialog - Create a dialog button for (Clicked dialog) labelled Team Mode
-
Set SurvivorMode = (Last created dialog Button)
-
Dialog - Clear (Clicked dialog)
-
Dialog - Hide (Clicked dialog) for Player 1 (Red)
-
-
-
Arena
-
Events
-
Time - Every 300.00 seconds of game time
-
-
Conditions
-
Actions
-
Player Group - Pick every player in (All enemies of Player 6 (Orange)) and do (Actions)
-
Loop - Actions
-
Unit - Move (Picked unit) instantly to (Center of Teleport Destroyers Region <gen>)
-
-
-
Player Group - Pick every player in (All enemies of Player 1 (Red)) and do (Actions)
-
Loop - Actions
-
Unit - Move (Picked unit) instantly to (Center of Teleport Guards Region <gen>)
-
-
-
Game - Pause the game
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Clicked dialog button) Equal to TeamMode
-
-
Then - Actions
-
Wait 5.00 seconds
-
Game - Display to (All players) the text: The Team Fight will...
-
Game - Unpause the game
-
Player Group - Pick every player in (All players) and do (Actions)
-
Loop - Actions
-
Camera - Set the camera bounds for (Picked player) to Arena Region <gen>
-
-
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Clicked dialog button) Equal to SurvivorMode
-
-
Then - Actions
-
Wait 5.00 seconds
-
Game - Display to (All players) the text: The Team Fight will...
-
Game - Unpause the game
-
Player Group - Pick every player in (All players) and do (Actions)
-
Loop - Actions
-
Camera - Set the camera bounds for (Picked player) to Arena Region <gen>
-
-
-
-
Else - Actions
-
-
-
-
-
Last edited: