I made a teleport by using dialog but the problem is work 1 single time so it teleport me where I want one time but when I press again didn't work ... Can someone help me to fix it please ?
-
george of chernang
-
Events
-
Unit - A unit enters Tel 1 <gen>
-
-
Conditions
-
((Triggering unit) is A Hero) Equal to True
-
-
Actions
-
Dialog - Clear Dialog_box
-
Dialog - Change the title of Dialog_box to Where do you wanna ...
-
Dialog - Create a dialog button for Dialog_box labelled Clan Brutain
-
Set Dialog_button[3] = (Last created dialog Button)
-
Dialog - Create a dialog button for Dialog_box labelled George of Chernang
-
Set Dialog_button[4] = (Last created dialog Button)
-
Dialog - Show Dialog_box for Player 1 (Red)
-
Dialog - Show Dialog_box for Player 2 (Blue)
-
Dialog - Show Dialog_box for Player 3 (Teal)
-
Dialog - Show Dialog_box for Player 4 (Purple)
-
Dialog - Show Dialog_box for Player 5 (Yellow)
-
Dialog - Show Dialog_box for Player 6 (Orange)
-
Dialog - Show Dialog_box for Player 7 (Green)
-
Dialog - Show Dialog_box for Player 8 (Pink)
-
Dialog - Show Dialog_box for Player 9 (Gray)
-
Dialog - Show Dialog_box for Player 10 (Light Blue)
-
Dialog - Show Dialog_box for Player 11 (Dark Green)
-
Dialog - Show Dialog_box for Player 12 (Brown)
-
-
-
george of chernang telep button
-
Events
-
Unit - A unit enters Tel 1 <gen>
-
Dialog - A dialog button is clicked for Dialog_box
-
-
Conditions
-
(Triggering unit) Equal to (Entering unit)
-
(Clicked dialog button) Equal to Dialog_button[4]
-
-
Actions
-
Unit - Move (Entering unit) instantly to (Center of George Chernang <gen>)
-
-
Last edited: