I don't think I've commented before but I would like to say thanks, all of the models you've created have be excellent and are very generous.
I've been playing with the rat model and if anyone is interested, I've attached an updated main script. I can't really take too much credit as I've just altered the cautious.fpi and it could be a lot better. I just think they seem more rat like with this script.
;Artificial Intelligence Script
;Header
desc = Rat
;Triggers
:nearactivatable=0:settarget,activatetarget=2
:state=0:state=1
:state=1,plrcanbeseen:settarget,state=2
:state=1,shotdamage=10:settarget,state=2
:state=1,noiseheard=5:rotateheadrandom=85
:state=1,random=20:rotateheadrandom=65
:state=2:rotatetotarget,rotatey=180,resethead,animate=5,state=3
:state=3:runfore=20
:state=3,random=5:rotateheadrandom=85
:state=3,losetarget=10:state=4
:state=3,plrdistfurther=300:state=4
:state=3,plrcanbeseen:settarget,state=2
:state=4:rotatetoplr,animate=1,runfore=20
:state=4,plrdistfurther=800:animate=1,moveback=10
:state=4,plrdistwithin=80:state=0
;End of Script