ok tried that but no joy, the sprite still will not appear,
Code:

function c_ship
{
player = my;
my.scale_x = 1.0;
my.scale_y = my.scale_x;
my.scale_z = my.scale_x;
you = null ;
while(1)
{
if(!you)
{
c_scan(player.x, temp, vector(360, 60, 1000), ignore_me);
wait(-0.25);
}wait(1);
}
}




Why does everyone like dolphins? Never trust a species which smiles all the time!