Warcraft III resources & community, 2003–2006 · archived

What action will I use?

3 posts
#1

What 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...
#2

Uh...

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.
#3
call 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.