Fistful of Frags

Fistful of Frags

Not enough ratings
How to use TOGGLE BINDs
By TheOnlyMann
I'm new to guides, so correct me if I'm doing wrong. Also note that I don't have anything to put in the jpg, so I'm using ANY jpgs, sorry.
   
Award
Favorite
Favorited
Unfavorite
How To Bind
If you don't know how to set binds in FoF, you go to this Guide and check how to get there(I'm lazy sorry)
How to make TOGGLE BINDS
I think this is the most important part. In FoF, alias and wait commands are no longer exist because "Blocking bHop cfg's and other cfgs", but using exec commands, we can compencate this problem and use Toggle Binds!(Kinda.)

Instead of using alias, we create cfg s and use exec commands to make up toggle binds.

eg)

walkOFF.cfg
bind key "exec walkON"
-walk

walkON.cfg
bind key "exec walkOFF"
+walk

autoexec.cfg
exec walkOFF.cfg





The following commands make you toggle walk when pressing a 'key'.
How this is possible is; when exec walkOFF.cfg, you rebind the key to exec walkON, and then you -walk to get out from any walk position. And if you press key, you will exec walkON.cfg and make rebind the key to exec walkOFF, and +walk to get in to walk position. And if you press ke once again, it will exec walkOFF and rince and repeat.
Ending
This is my guide for How to Toggle Binds. Hope this will help some guys out there.
Also I'm new to guides so HELP ME