-
QUESTION?
-
Events
-
Unit - A unit Is attacked
-
-
Conditions
-
Actions
-
Unit - Move (Attacked unit) instantly to (Position of (Attacking unit))
-
Custom script: call RemoveLocation((GetUnitLoc(GetAttacker())))
-
-
like temp_loc or temp_point, then removing them Manually with:
-
Actions
-
Custom script: call RemoveLocation(udg_temp_point) or call RemoveLocation(udg_temp_loc)
-