with (obj_climb_kris) { if (climbcon == 10) other.y = other.yprevious; } if (caught) { if (instance_exists(caughtby)) { if (bbox_bottom > caughtby.bbox_bottom) { y = caughtby.y; instance_destroy(); } } }