View Single Post
Old 09-27-2007, 10:13 PM   #30
Dr.Satan
Wiki Team
Fortress Forever Staff
 
Dr.Satan's Avatar
 
Join Date: Sep 2007
Location: Greeley, CO
Class/Position: Med / Solly
Gametype: PAYLOAD
Affiliations: DET-
Posts Rated Helpful 19 Times
Quote:
Originally Posted by DarK_TaO
.-Open the notepad (not wordpad, or word, notepad)
.- Copy and paste this:

Code:
//=======================
//---- Toggle Crouch ----
//=======================

alias crouch+	"+duck; wait; alias crouch crouch-"
alias crouch-	"-duck; wait; alias crouch crouch+"

bind "CNTRL" "crouch+"
.-File---> Save as----> Select all file types ---> Autoexec.cfg

Put that file into FortressForever/cfg

You are done, you will toggle your crouching with cntrl.
Love your scripts DarK_TaO

One thing i wanted to add is the in game the control key is CTRL not CNTRL script should be:


Code:
//=======================
//---- Toggle Crouch ----
//=======================

alias crouch+	"+duck; wait; alias crouch crouch-"
alias crouch-	"-duck; wait; alias crouch crouch+"

bind "CTRL" "crouch+"
Dr.Satan is offline   Reply With Quote