Being able to look at a rope and get the vehicles object parent
_cursorobject = cursorobject; // rope segment
_rope = objectParent _cursorObject; // New
_vehicle = objectParent _rope; // This one would be great too
For instance:
_helicopter = objectParent _rope;