action turn_towards_player
{
while (1){ temp.x = player.x - my.x; temp.y = player.y - my.y; vec_to_angle(my.pan,temp); wait(1);}
}

Have it nice!

/B