- Joined
- Jul 5, 2014
- Messages
- 551
There supposed to be a teleportation if two heroes are in the particular region but nothing happens. "SingleUsePoint" is the target location which runs as soon as the map starts.
-
Escape Teleport2
-
Events
-
Unit - A unit enters Wrong Destination2 <gen>
-
-
Conditions
-
((Entering unit) is A Hero) Equal to True
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
And - All (Conditions) are true
-
Conditions
-
(Wrong Destination2 <gen> contains Hero1) Equal to True
-
(Wrong Destination2 <gen> contains Hero2) Equal to True
-
-
-
-
Then - Actions
-
Trigger - Turn off (This trigger)
-
Camera - Pan camera for Player 2 (Blue) to SingleUsePoint1 over 0.00 seconds
-
Special Effect - Create a special effect at SingleUsePoint1 using Abilities\Spells\Human\MassTeleport\MassTeleportCaster.mdl
-
Special Effect - Destroy (Last created special effect)
-
Custom script: set bj_wantDestroyGroup = true
-
Unit Group - Pick every unit in (Units in (Playable map area) owned by Player 2 (Blue)) and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Unit-type of (Picked unit)) Not equal to Arcane Box
-
(Unit-type of (Picked unit)) Not equal to Defend must be inactive
-
(Unit-type of (Picked unit)) Not equal to Night time
-
-
Then - Actions
-
Unit - Move (Picked unit) instantly to SingleUsePoint1
-
-
-
-
-
-
-
-