View Single Post
Follow the waypoint without looking at it
Old
  (#1)
bomberman
Guest
 
Status:
Posts: n/a
Default Follow the waypoint without looking at it - 04-07-2004

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 ?
  
Reply With Quote