Re: Force AHuman not to crouch?
Nope, won't work because you're just checking what state (California? Washington?) he is in twice. It should be:
Code:
if controller:IsState(Controller.BODY_CROUCH) then
controller:SetState(Controller.BODY_JUMP) //SetState, not IsState
end