Code:

...
if(my.clipped != on && vec_dist(my.x,camera.x) <= many_quants)
{
draw_bounding_box(); //your draw function
}
...