westwood323 postsWorldjoined 2006-01-04#12006-01-09What action will I use?What action will i use?Move unit (instantly) to (position of target unit of ability being cast)?That will move the unit instantly... That is like blink...
Selrach6 postsjoined 2006-01-08#22006-01-09Uh...So what are you trying to ask us to do for you? That essentially would move a unit to what the triggering ability is targetting. So its blink without the graphics.
Dr Super Good318 postsjoined 2005-01-18#32006-01-09call SetUnitPosition(GetSpellAbilityUnit(),GetUnitX(GetSpellTargetUnit()),GetUnitY(GetSpellTargetUnit()))that will move the caster of the spell to the target unit of the spell.Is that what you want.