I see scripts and info about wandering AI. But nothing really to what I am aiming for. If anyone has any ideas or solution that would be great to hear from you.
My mission here is, when you click on an object, say a character, it will wander to one of say, 5 waypoints. I’m hoping that the object will pick the waypoint to go to by random.
If I understand what you are looking for, you should try this:
Create an 2D array of coordinates, and on whatever method you are using to accept input, have it generate a random number, and then have the object move to that location…