I'm learning to script thanks to heeds etherpad thing.
I decided to create a TopDownNoCrouch player type.
Idea gotten from A.R.C.'s TopDown CTF when everyone kept crouching to avoid getting shot.
So I added the line that stops the player from crouching... and the player now can still crouch.
Would I need to add anything else to this script other than
canCrouch = 0
What else would I need to stop the player from crouching?
EDIT: Here's the console.log