// BOF
// ----------
// Crouch Script
// ----------
// Author: Brandon Dolphin
// Email: brandon.d@shaw.ca
// MSN: flag_man@hotmail.com
// ICQ: 159987821
// Press c to crouch, then press c again to stand up.

set crouch1 "+movedown;bind c vstr crouch2"
set crouch2 "-movedown;bind c vstr crouch1"
bind c "vstr J1"

// EOF