I'm currently using this pathfinding in my game:
<img src="https://scontent-a.xx.fbcdn.net/hphotos-frc1/t31/1796740_580370928723004_155760587_o.png" border="0" />
However, I'm having a huge issue getting it to stop. Using the "Disable" and "Stop" in the pathfinding behavior doesn't seem to help, and I can't use Timescale to pause the game currently, because of a drop down menu, also disabling the group this is in, doesn't seem to do the trick either.
Currently, my drop down menu has a boolean attached so the game knows if the menu is active or not.
Is there anyway to stop this pathfinding completely, when the menu becomes active?
I need help, big time! Thanks guys!