heres an AI script i just wrote. it's very simple, but, i imagine very fun
basically he will stand there, and pin you down until he reloads, giving you a chance to shoot him.
;ai script
;desc= pins you down with fire until reload
;made by wray burgess (bugsy) for fpscreator, 2009
;triggers
:state=0:rotatetoplr,settarget,state=1
:state=1,ifweapon=1:timerstart,state=2
:state=1,ifweapon=0:reloadweapon,sound=audiobank\guns\reload.wav,state=1
:state=2,plrdistwithin=500,rateoffire:useweapon,rundecal=6
:state=2,timergreater=700:reloadweapon,sound=audiobank\guns\reload.wav,state=1
:always,playerdistfurther=500:runfpi=static.fpi
i cant test it, but will someone test it and see if it works?