i recommend putting that stuff into a code box, like this one:
;Artificial Intelligence Script
;Header
;Desc = Ai smart
;Triggers
:nearactivatable=0:settarget,activatetarget=1
:losetarget=50:freeze,runfpidefault=1
:plralive=0:freeze,runfpidefault=1
:ifweapon=1:state=1
:state=1,plrcanbeseen=100,plringunsight,rateoffire:settarget,useweapon,rundecal=6,choosestrafe
:ifweapon=0:reloadweapon,freeze,setframe=6,state=2,sound=audiobank\guns\reload.wav
:shotdamage=1:settarget,freeze,state=3
:state=3,plrdistfurther=125:state=4
:state=3,plrdistwithin=125:state=5,animate=6
:state=4,plrelevfurther=20,plringunsight:state=7
:state=5:rotatetoplr,resethead
:state=5:freeze,state=3
:state=8:incframe=6
:state=8,frameatend=6:state=3
:state=4:followplr=10,animate=6
:state=4:state=3
;End of Script
I'm no expert at scripting, but can you have two equal states?
ex. state 3 and state 3, 5 and 5, 8 and 8, three 4's???
I didn't think that you could but like I said, I'm also a noob at scripting stuff.