- Joined
- Nov 29, 2006
- Messages
- 1,267
I use this trigger to move missiles
Since I don't know, I have to ask!
-
Unit Move
-

Events
-


Time - Every 0.05 seconds of game time
-
-

Conditions
-

Actions
-


Unit Group - Pick every unit in Move and do (Actions)
-



Loop - Actions
-




Set TempPoint1 = (Position of (Picked unit))
-




Set TempPoint2 = (TempPoint1 offset by 50.00 towards (Facing of (Picked unit)) degrees)
-




Unit - Move (Picked unit) instantly to TempPoint2
-




Custom script: call RemoveLocation (udg_TempPoint1)
-




Custom script: call RemoveLocation (udg_TempPoint2)
-
-
-


Unit Group - Pick every unit in MoveLaser and do (Actions)
-



Loop - Actions
-




Set TempPoint1 = (Position of (Picked unit))
-




Set TempPoint2 = (TempPoint1 offset by 45.00 towards (Facing of (Picked unit)) degrees)
-




Unit - Move (Picked unit) instantly to TempPoint2
-




Custom script: call RemoveLocation (udg_TempPoint1)
-




Custom script: call RemoveLocation (udg_TempPoint2)
-
-
-
-
Since I don't know, I have to ask!








