I believe RPGamer described how to do this... since it's an object, it should work in theory... aint tried it out though, hope this helps:
http://forum.thegamecreators.com/?m=forum_view&t=59975&b=7
function findObjectTop(objectNum)
xPos = Object Position X(objectNum)
yPos = Object Position Y(objectNum)
zPos = Object Position Z(objectNum)
CenterX = xPos - Object Size X(objectNum)/2
CenterZ = zPos - Object Size Z(objectNum)/2
TopY = yPos + Object Size Y(objectNum)
endfunction TopY : `you could use an array to get the center X/Z Positions as well