Code:
// keep turning towards the waypoint...
Vector v_direction = pBot->waypoint_origin - pEdict->v.origin;
Vector v_angles = UTIL_VecToAngles(v_direction);
in HPB_template 3.0 , I found this code , it make the bot look at the waypoint , how can I make the bot follow the waypoint without looking at it ?