Script Toggle
Metrotek
Join Date: 2003-12-24 Member: 24727Members
I am looking for a way to turn my scripts on and off. Like if I am in a server that blocks scripts, I just hit a key and it will disable my scripts and I can play with my normal presets. I am no script editor, so I really know if this can be done or not but I would greatly appeciate if someone can help me out with this.
Comments
alias bs_on "bs_1; alias bs_toggle bs_off"
alias bs_off "bs_0; alias bs_toggle bs_on"
alias bs_1 "exec scripts_1.cfg"
alias bs_0 "exec scripts_0.cfg"
bind X bs_toggle<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
Put all of your script binds into the scripts_1.cfg and all your regular binds into scripts_0.cfg.