AI Questions....

Hey guys,

Happy 4rth of July!!!
I Have a quick question…what is the difference between “Get Path cost” and “Get Path Length”…
I am trying to figure out the distance between my “AI” and the player.
Get Path Length returns a value of 0
Get path cost returns the distance between the 2 entities

While it is effectively working i would like to know the difference between the two nodes :slight_smile:

I have figured it out…so “Get Path Cost” will get the cost of the path…you can create zone of “high cost” terrain that the AI will avoid unless there is no other possible way.