host = instance_nearest(x, y, obRocket); if distance_to_object(instance_nearest(x, y, obEnemy)) <= 128 { target = instance_nearest(x, y, obEnemy); } else { target = 0; }