Jump to content

Home

Toggling Walk/ Run to a key?


Wes Janson SMR

Recommended Posts

Is there a way to toggle between walking and running with a keystroke? No, I'm not talking about the default option, where you have to hold down the walk/run key for the oposite effect. I want to just tap a key, and have it switch without me having to hold anything down. Get what I'm saying?

Link to comment
Share on other sites

set fast "+movedown; set runswitch vstr slow; echo Running..."

set slow "-movedown; set runswitch vstr fast; echo Walking..."

set runswitch "vstr fast"

bind shift "vstr runswitch"

 

 

make that runwalk.cfg

then make an autoexec.cfg that has

 

exec runwalk.cfg

 

in it. It's based on the crouch toggle script from planetquake.com/thebind/ so any thanks should go there.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...