Hello everybody! Reading tutorials here, I've greated a (very) small bot, but it's working, in C#. The problem that I have now is how to control waypoints. I mean, how send character to a new one if he reached or almost reached the current destination (NewX - 1, NewY-1, NewZ-1). I'm using random numbers as destinations for now.
My questions are:
1) How do I make sure character is facing right for the new destination?
2) How do I make character move to next destination only if he reached the current one? Better, if he is just near to reach the current destination?
Random locations are generated using a timer with 1 sec interval (tick).