- Joined
- Mar 5, 2008
- Messages
- 3,887
Its soupst to be something like this(note now is should only move the caster)
now how should i get that point(on picture)?

Thanks
-BerZekeR-
-
BB
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to BB
-
-
Actions
-
Set TempLoc18 = (Position of (Triggering unit))
-
Set TempLoc19 = (Position of (Target unit of ability being cast))
-
Set TempLoc20 = (TempLoc19 offset by ((Real((Integer((Distance between TempLoc18 and TempLoc19))))) - (Real((Integer((Distance between TempLoc19 and TempLoc18)))))) towards (Facing of (Triggering unit)) degrees)
-
Unit - Move (Triggering unit) instantly to TempLoc20, facing TempLoc19
-
Custom script: call RemoveLocation (udg_TempLoc18)
-
Custom script: call RemoveLocation (udg_TempLoc19)
-
Custom script: call RemoveLocation (udg_TempLoc20)
-
-
now how should i get that point(on picture)?

Thanks
-BerZekeR-