- Joined
- May 11, 2012
- Messages
- 2,103
holee, where can I find dialog tutorials, need them.
or can someone tell me how to make this properly work?
it only creates blank dialog box
Reply fast plz
or can someone tell me how to make this properly work?
it only creates blank dialog box
Reply fast plz
-
Event Cricle
-
Events
- Unit - A unit enters Event circle <gen>
-
Conditions
- ((Entering unit) is A Hero) Equal to True
-
Actions
- Set Player_Dialog = (Owner of (Entering unit))
- Dialog - Create a dialog button for Arena labelled Arena 1
- Set Dialog_Button[1] = (Last created dialog Button)
- Dialog - Create a dialog button for Arena labelled Arena 2
- Set Dialog_Button[2] = (Last created dialog Button)
- Dialog - Create a dialog button for Arena labelled Arena 3
- Set Dialog_Button[3] = (Last created dialog Button)
- Dialog - Create a dialog button for Arena labelled Arena 4
- Set Dialog_Button[4] = (Last created dialog Button)
- Dialog - Show Arena for Player_Dialog
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Clicked dialog button) Equal to Dialog_Button[1]
-
Then - Actions
-
Unit Group - Pick every unit in (Units in (Playable map area) matching ((((Picked unit) is A Hero) Equal to True) and (((Picked unit) belongs to an ally of Player 1 (Red)) Equal to True))) and do (Actions)
-
Loop - Actions
- Unit - Pause (Picked unit)
- Unit - Move (Picked unit) instantly to (Center of Arena 1 <gen>)
- Wait 6.00 seconds
- Unit - Unpause (Picked unit)
-
Loop - Actions
-
Unit Group - Pick every unit in (Units in (Playable map area) matching ((((Picked unit) is A Hero) Equal to True) and (((Picked unit) belongs to an ally of Player 1 (Red)) Equal to True))) and do (Actions)
- Else - Actions
-
If - Conditions
-
Events