- Joined
- Jul 14, 2011
- Messages
- 3,213
Hi!
I'm using a system that uses this function:
But I don't know how to set de X and Y of a UnitVariable (udg_u)
I'm using a system that uses this function:
JASS:
function AddEffectInDialog takes string sfx, real x, real y returns nothing
//adds a special effect on the ground
But I don't know how to set de X and Y of a UnitVariable (udg_u)
JASS:
call AddEffectInDialog(Abilities\\Spells\\Human\\MassTeleport\\MassTeleportTarget.mdl, X of udg_A, Y of udg_A)