lol... sorry it took a while, I was looking for the "ducks are angry" script.
You removed the scripts description, which is handy for telling you what the script does, but as you noticed has no effect if removed.
The animation for crouch is 31, so you would remove the "animate=31" command and the timer function which tells the character how long to crouch.
This line:
Quote: ":state=10:timerstart,state=11,animate=31"
would become:
Quote: ":state=10:state=11"
and the next line:
Quote: ":state=11,timergreater=5000:state=0,animate=2,waypointstart"
would become:
Quote: ":state=11:state=0,animate=2,waypointstart"
and the character will no longer "duck in fear".
Best.
I'm sorry, my answers are limited. You must ask the right question.