- Joined
- Jul 24, 2007
- Messages
- 308
Converting & getting locations
How can i change this to a loaction (point) that i create region at :
i want a point like this..
How can i change this to a loaction (point) that i create region at :
JASS:
call DestroyWall[B](udg_ztemp[7],udg_ztemp[8]-1,udg_ztemp[7],udg_ztemp[8],udg_minX,udg_minY)[/B]
i want a point like this..
JASS:
set udg_POINTTEST = GetDestructableLoc(udg_ztemp[7],udg_ztemp[8]-1,udg_ztemp[7],udg_ztemp[8],udg_minX,udg_minY)
Last edited: