if (x < view_xview[0]-32) || (y < view_yview[0]-32) || (x > view_xview[0]+458) || (y > view_yview[0]+272) { instance_create(xstart,ystart,npc); instance_destroy(); }