here is where it is at i tryed it there and even tried it below in the while loop below the while player==


starter set_compass()
{

while (player == null) {wait (1);}
player=my;

while (1)
{needle.roll = -player.pan;
wait (1);
}
}