I am really confused with Dark AI. It might be easier not to use Dark AI, but here is what I want. I am almost finished with a basic FPS and all I have left is enemy AI. I have a zombie and I want him to always be trying to get to me without getting stuck on objects and everything associated with AI. I also need him to attack me when he gets close. I\'ve looked at the tutorials and searched the forums, but I\'m not having any luck. Here is some code of the zombie I am using and the world. All the objects like crates and stuff are attached to the world. Any help would be greatly appreciated. I\'m not looking for anything fancy, just basic.
`Enemy Walking
LOAD OBJECT \"C:Media\\H-Zombie-Move.X\",2
SCALE OBJECT 8,28000,30000,30000
`Enemy Attack
LOAD OBJECT \"C:Media\\H-Zombie-Attack.X\",3
SCALE OBJECT 8,28000,30000,30000
`World
LOAD OBJECT \"C:Media\\Warhouse2.x\", 5
LOAD OBJECT \"C:Media\\Warhouse2_lm.x\", 7
Nathaniel