I just finished a random zombie script that i'm using in my game, It suits the MP4 zombies well!
here it is!
;Artificial Intellegence Script
;header
desc = basic zombie
;triggers
;///WANDERING\\\
:state=0:pivotrandom=20,animate=2,movefore=20,state=1
:state=1,plrdistwithin=600:state=22
:state=1,plrdistfurther=601:state=0
:state=1,noiseheard=100:rotatetoplr,state=33
;///player found\\\
:state=22,plrcanbeseen:rotatetoplr,state=33
:state=22,plrcannotbeseen:state=0
;///move to player\\\
:state=33:rotatetoplr,runfore=20,animate=5,followplr,state=34
:state=34,plrdistwithin=60:state=44
:state=34,plrdistfurther=61:state=22
;///ATTACK\\\
:state=44,plrdistwithin=60,rateoffire:animate=92,plraddhealth=-5
:state=44,plrdistfurther=61:state=33
;end of script
enjoy!
I'm familiar with this, but I'm still learning!