Game Development Community

AI question for Starter.FPS

by Robert Pash · in Torque Game Engine · 11/10/2010 (3:24 am) · 2 replies

I'm working withe the Starter.FPS and am at a loss on how to add more than the single AI that is already in the game (Kork).

My question is what is the easiest way to spawn more than a single AI and actually make them seek you out when spotted?

#1
11/10/2010 (9:14 pm)
The AI that comes with torque is super basic. (that's an understatement) there are some really good resources (killer kork, advanced AI, etc...) that accomplish what torque won't.
#2
11/11/2010 (10:16 pm)
Yeah I found those and attempted to implement them into my program, but after all that work the AIMarker shape isn't showing up. But then again I deleted all the other FPS maps and stuff, so I may have deleted something I may have needed. Going to redo Torque and attempt it all again.