- Joined
- Jun 2, 2009
- Messages
- 1,233
-
Untitled Trigger 001
-
Events
-
Unit - A unit Is attacked
-
-
Conditions
-
Actions
-
Set TempPoint = (Position of (Attacking unit))
-
Set TempPoint2 = (Position of (Attacked unit))
-
Set TempReal = (Facing of (Attacked unit))
-
Set TempPoint3 = (TempPoint offset by (Facing of (Attacked unit)) towards 0.00 degrees)
-
Unit - Order (Attacked unit) to Move To TempPoint3
-
Cinematic - Ping minimap for (All players) at TempPoint3 for 1.00 seconds
-
Custom script: call RemoveLocation(udg_TempPoint)
-
Custom script: call RemoveLocation(udg_TempPoint2)
-
Custom script: call RemoveLocation(udg_TempPoint3)
-
-
How can i detect behind?