while(my!=null)
{
my.passable=on;

my.alpha=100;
var targ[3];
vec_set(temp, my.x);
temp.z -= 900;
c_trace (my.x,temp,IGNORE_ME|IGNORE_MODELS|IGNORE_SPRITES|IGNORE_YOU);
while(vec_dist(my.x,targ)>5)
{
c_move(me,nullvector,vector(0,0,-10*time_step),ignore_you|ignore_sprites);
if(my.roll<90)||(my.roll>180){my.roll+=10*time;}
wait(1);
}
wait(1);
}


"When the battlefield is under total control, war becomes routine." Old Snake