here u can find out what the x, y,z values are for a object:
i think this should work, i haven't done it this way before
; Made by HAMMY
;how it works: [OBJECTNAME] exec "xyz.sqs"
_obj = _this select 0
_xPos = _obj Select 0
_yPos = _obj Select 1
_zPos = _obj Select 2
TitleText [format[" X: %1 ", _xPos], "PLAIN DOWN"]
TitleText [format[" Y: %1 ", _yPos], "PLAIN DOWN"]
TitleText [format[" Z: %1 ", _zPos], "PLAIN DOWN"]
exit
if this isn't what u need, i think there is something in the editors depot