VECTOR* Temp_vec1 = {x=0;y=0;z=0;}
...
...
function ENEMY()
{
vec_to_angle(my.pan,vec_diff(Temp_vec1,Player.x,my.x));
}