Hiya, so I have a problem that I can't seem to find a way to get around. It's a bit hard to explain so I'll use an image to aid the explanation.
Let's assume I have a point array of all of those little green dots. Now, let the blue dot represent out player's location and the red dot represent the target coordinate we want to walk to. If possible, how might I go about making an SPS-walker that would form a path from our current location to any one of the points in the recorded array using only the points in that array? It should, obviously, also calculate the shorter route to get to the destination point.
I was wondering about using 'TPABetweenPoints' with a super high Rand to make the points and check each of those if they match my previous recorded array.
Coh3n, maybe you have some ideas here?








Reply With Quote
















