hey i went thru the tutorial and i got an ai spawning and instantly moving to the gun (not running as it says it should do in the tut) and he just stands there doing nothing.
i copied the basic script from another dm map i was messing with, i dunno if i have to set it up as Single Player, not sure how to do that.
i double checked the pathnodes, they are both fine, just to make sure....i have the one behind the gun just touchin the butt of the gun bout chest height of the AI.
i have the bsp and script files located in maps/dm
is the dm causing the problem? as it must be singleplayer? just map dir only?
the tutorial didnt have much depth in explanation it was more do this and that and it will work, not explaining why.
OK I see your problem now. The scripts fine but you need to name your map test_mapname (change mapname no whatever it is). With out test_ prefix the ai stuff (animations) won't be loaded and nothing will happen. Also it does need to be in the /maps/ dir. You'll need to either use the 'map mapname' command or type 'maplist' in the console and double click the map. That should solve your problem, key word there is should.