Quote: "You should be able to use the OBJECT POSITION X(ObjNum) and Y and Z functions to find the coordinates of the object returned by Pick Object and use those along with the POINT OBJECT(ObjNum,x,y,z) function to point another object at the remote object.
"
huh?, object position returns the position of the object
to get the cd co-ords of where the pouse is pointing, after your pick object command
intersectX# = camera position x() + get pick vector x()
intersectY# = camera position y() + get pick vector y()
intersectZ# = camera position z() + get pick vector z()