Hello. I recently created a dialog for teleportation to the left side or right side of the city. But it doesen't seem to work. The dialog works when a unit eneters a region but when I click right or left dialog button it doesen't teleport you to the right neither the left side. The unit stays where it is . I have also created teleportation back from the region you are suppose to teleport form. But that dosen't work either. Can you guys please help. Here are the triggers:
-
Obelisk Teleport Click
-

Events
-


Dialog - A dialog button is clicked for Dialouge02
-
-

Conditions
-

Actions
-


If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-



If - Conditions
-




(Clicked dialog button) Equal to Left[1]
-
-



Then - Actions
-




Trigger - Run Teleport Left <gen> (checking conditions)
-
-



Else - Actions
-




If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-





If - Conditions
-






(Clicked dialog button) Equal to Right[2]
-
-





Then - Actions
-






Trigger - Run Teleport Right <gen> (checking conditions)
-
-





Else - Actions
-






Do nothing
-
-
-
-
-
-
-
Teleport Left
-

Events
-


Dialog - A dialog button is clicked for Dialouge02
-
-

Conditions
-


(Clicked dialog button) Equal to Left[1]
-
-

Actions
-


Unit Group - Pick every unit in (Units in ObeliskTeleport <gen> owned by Player 4 (Purple)) and do (Unit - Move (Triggering unit) instantly to (Center of PurpleTeleportTo <gen>))
-
-
-
Teleport Back Right
-

Events
-


Unit - A unit enters PurpleTeleportTo <gen>
-
-

Conditions
-


(Owner of (Entering unit)) Equal to Player 4 (Purple)
-
-

Actions
-


Unit Group - Pick every unit in (Units in PurpleTeleportTo <gen> owned by Player 4 (Purple)) and do (Unit - Move (Triggering unit) instantly to (Center of ObeliskTeleport <gen>))
-
-
