- Joined
- Oct 21, 2006
- Messages
- 3,230
-
Boost loop
-
Events
- Time - Every 0.05 seconds of game time
- Conditions
-
Actions
- Set BoostGroup = (Units in (Playable map area) matching (((Matching unit) has buff Boost ) Equal to True))
-
Unit Group - Pick every unit in BoostGroup and do (Actions)
-
Loop - Actions
- Set Point[(Player number of (Owner of (Picked unit)))] = (Position of (Picked unit))
- Set Point_2[(Player number of (Owner of (Picked unit)))] = (Point[(Player number of (Picked player))] offset by 35.00 towards (Facing of Player_Car[(Player number of (Owner of (Picked unit)))]) degrees)
- Unit - Move Player_Car[(Player number of (Owner of (Picked unit)))] instantly to Point_2[(Player number of (Owner of (Picked unit)))]
-
Loop - Actions
- Custom script: call RemoveLocation(udg_Point[1])
- Custom script: call RemoveLocation(udg_Point[2])
- Custom script: call RemoveLocation(udg_Point[3])
- Custom script: call RemoveLocation(udg_Point[4])
- Custom script: call RemoveLocation(udg_Point[5])
- Custom script: call RemoveLocation(udg_Point[6])
- Custom script: call RemoveLocation(udg_Point[7])
- Custom script: call RemoveLocation(udg_Point[8])
- Custom script: call RemoveLocation(udg_Point[9])
- Custom script: call RemoveLocation(udg_Point[10])
- Custom script: call RemoveLocation(udg_Point[11])
- Custom script: call RemoveLocation(udg_Point[12])
- Custom script: call RemoveLocation(udg_Point_2[1])
- Custom script: call RemoveLocation(udg_Point_2[2])
- Custom script: call RemoveLocation(udg_Point_2[3])
- Custom script: call RemoveLocation(udg_Point_2[4])
- Custom script: call RemoveLocation(udg_Point_2[5])
- Custom script: call RemoveLocation(udg_Point_2[6])
- Custom script: call RemoveLocation(udg_Point_2[7])
- Custom script: call RemoveLocation(udg_Point_2[8])
- Custom script: call RemoveLocation(udg_Point_2[9])
- Custom script: call RemoveLocation(udg_Point_2[10])
- Custom script: call RemoveLocation(udg_Point_2[11])
- Custom script: call RemoveLocation(udg_Point_2[12])
-
Events