draw_self();
if (lasers_active == true)
{
draw_set_color(c_orange);
draw_rectangle(x + 7, y + 12, x + 10, y + 700, false);
}