so i have to change this:
desc = Melee Follow and Attack (close and semi-quick)
;Triggers
:state=0,plrdistwithin=500:state=1
:state=1,plrdistfurther=50:rotatetoplr,movefore=2,animate=2
:state=1,plrdistfurther=500:animate=1,state=0
:state=1,plrdistwithin=50,rateoffire:rotatetoplr,setframe=8,state=2
:state=2,framebeyond=8 30,plrdistwithin=60:plraddhealth=-10,sound=audiobank\misc\melee.wav,state=3
:state=2:incframe=8,rotatetoplr
:state=2,frameatend=8:state=1
:state=3:incframe=8
:state=3,frameatend=8:state=1
To this:
desc = Melee Follow and Attack (close and semi-quick)
;Triggers
:state=0,plrdistwithin=500:state=1
:state=1,plrdistfurther=50:rotatetoplr,runfore=2,animate=2
:state=1,plrdistfurther=500:animate=1,state=0
:state=1,plrdistwithin=50,rateoffire:rotatetoplr,setframe=8,state=2
:state=2,framebeyond=8 30,plrdistwithin=60:plraddhealth=-10,sound=audiobank\misc\melee.wav,state=3
:state=2:incframe=8,rotatetoplr
:state=2,frameatend=8:state=1
:state=3:incframe=8
:state=3,frameatend=8:state=1
sorry for my bad english (i am dutch)