Thanks.... that fixed several bugs smile

next bugs are a bit harder:

Code:
//path_nodepos(my,node,my._TARGET_X);                 // Changed to following code: 
path_scannode(my, node);                                  // Assume this is correct?

// and there is a bug with the following code

result = vec_to_angle(ANGLE * ang,vec_diff(temp,my._TARGET_X,my.x));



Last edited by Staakman; 11/12/08 22:00.