I'm sure there was a script for this some time ago, but I can't find it anymore...it was pending about a month ago I think
how can I determine the "real" altitude in which a unit is placed?
for example :
let's say _unit is placed in a tower (7m high) with a setpos command
_unit = _this select 0
_posx = _unit select 0
_posy = _unit select 1
_posz = _unit select 2
ok,_posz should be 7...
When I want him to setpos him again in his original position with...
_unit setpos [_posx,_posy,_posz]
The unit is always placed on the ground instead of 7m high...
I know the problem, all I wanna know is : where is that script that solved this?