Well, i wanted to make a script, that makes character crouched, but not to shoot me. Thats why cover.fpi had to be modded.
I tried it myself, and it wont work. The character just stares forward. Could some who is good with FPI languange help me? Please?
By the way, you can see it is not heavily modded.
;Artificial Intelligence Script
;Header
desc = Duck down
;Triggers
:state=4:state=5
:state=1:state=4,animate=31
:state=5,ifweapon=1,plrcannotbeseen=46,plringunsight:useweapon,rundecal=6
:state=5,ifweapon=0:state=6,setframe=36
:state=5,shotdamage=3:state=11
:state=6:incframe=36
:state=6,frameatend=36:state=5,reloadweapon,sound=audiobank\guns\reload.wav
:state=13:state=25
:state=11:state=13,animate=1
:state=21,ifweapon=1,plrcannotbeseen,rateoffire:rotatetoplr,useweapon,rundecal=6
:state=21,ifweapon=0:state=5
:state=25,random=1:state=26,setframe=4
:state=25:state=27,setframe=3
:state=26:incframe=4,strafe=90,rotatetoplr
:state=26,frameatend=4:animate=1,runfpidefault=1
:state=27:incframe=3,strafe=-90,rotatetoplr
:state=27,frameatend=3:animate=1,runfpidefault=1
;End of Script