Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. RichmanRush's Walk Toggle
  2. Game: Quake 3 Arena
  3. Simple toggle that lets you walk/run at the touch of a key/button, rather than holding the key/button down
  4.  
  5. // RichmanRush's walk toggle
  6. bind SHIFT "vstr walktoggle"
  7. set walktoggle "vstr walk"
  8. set walk "+speed; set walktoggle vstr run; echo ^8Walking"
  9. set run "-speed; set walktoggle vstr walk; echo ^8Running"
  10. // end walk toggle
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement