How do you change the way the path draws?

I would like to have the path drawn with only 45 degree turns in it, not smoothed out like normal thanks.

Hi

It is not smoothed out by default. If it is, you have attached a SimpleSmoothModifier to the object.

Awesome thanks! Another question though how would we make the path have longer straightaways rather than charging the target. So basically allow the path finding engine to not have to take the shortest route which causes some weird stutters on the path. Thanks again!

We figured it out we just have to set the heuristic to Manhattan.

Ok.
Note that the path is still the shortest one, even with the manhattan heuristic.