AI not following path
by Jeremy Reddoch · in General Discussion · 10/08/2004 (10:05 am) · 1 replies
Al spawns at correct node and runs path for a few loops, then takes off! Any ideas?
by Jeremy Reddoch · in General Discussion · 10/08/2004 (10:05 am) · 1 replies
Torque Owner Bruno Grieco
There are some threads dealing with that on the private area. I suggest you to search for them.
I don't remember what exactly was causing it. Maybe it was a datablock problem. But one thing that helped me was forgetting about the AIManager scriptobject and making a think method for the bot class and having each bot running it's own think method.
HTH