...If you make a script ...then ...put:
_croucher=_this select 0
_croucher setunitpos "up"
_croucher setbehaviour "combat"
_croucher switchmove "Crouch"
_croucher stop true
Gameer
==================
Just a detail here:
"_croucher stop true"
- is not a perfect way to make a d00d hold, as it will sort of freeze the moron
Ya might wanna try "DoStop _croucher" instead if ya want him to stand still and yet be able to shoot when attacked.
Now, to make a guy crouch the easy way, I'd try som'n like the crap below:
Create the moron, put a WayPoint next to him & slide it upon his head.
Then set the behaviour to "STEALTH" in the WP window and put this lot in the "On Activ." field :
This setUnitPos "UP"; this switchmove "crouch"; DoStop This
That'll tell Bob to get on his knee and stay there!
PS - be sure to remove all handgrenades, as he might get up on his feet again
if he suddenly feels like throwing eggs at the enemy!
;D
CYA
=========
PS. Oh, and just in case! To remove all handgrenades, put
This RemoveMagazines "HandGrenade"
in the guy's INIT field.