Override repeat rate with RichAI?

Is it possible to force an immediate direction change? I want to change direction when hitting walls or players, but there’s a slight amount of time where the AI pushes against the wall, and setting the repeat rate down to 0.01 doesn’t seem to help?

Hi

You can call ai.SearchPath to force it to recalculate its path immediately.

1 Like