I wrote this configeration cos I heard someone mention using secondry 
weapons would be a great thing to do in a dm and Iwas tired of reaching 
across to 6 and 8 all the time to change weapons. I have not copied 
anything of anyone else but the idea isn't mine. I can't remember who 
gave it to me so thanks whoever you are. If you have any problems or
questions please email me at barrett@one.net.au

This is a quick fix for SecondW which had a problem with using the 
railgun in Primary(normal) mode. Also could someone tell me how to get
the third button in Windows95 working with a generic serial mouse.

Press CTRL then press a number to select a secondary weapon. Press CTRL
again to select a tertiary weapon. If you hit CTRL again it will go
back to choosing a secondary weapon. Hit ALT to go to Priamry(normal)
selection. Hit Mouse2 to go to your secondary weapon and hit Mouse3 to 
go to your tertiary. Simple as that.
 
If you do decide to use this in a script you put online I would be 
grateful if you credit me with writing it.

Tristian "Tub" Barrett


//secondary,tertiary weapons: hit CTRL to change from secondary select to tertiary or vice versa.Press Mouse2 to use secondary and Mouse3 to use tertiary.Hit Alt to return to Primary(normal) selection.
bind CTRL "un"
bind ALT "re"
	alias un "un0;kkk"
	alias un0 "unbind 0;unbind 1;unbind 2;unbind 3;unbind 4;unbind 5;unbind 6;unbind 7;unbind 8;unbind 9"
	alias kkk "un1;un2"
	alias un1 "bind 0 bf;bind 1 bla;bind 2 sbs;bind 3 ss;bind 4 mac;bind 5 cha"
	alias un2 "bind 6 gre;bind 7 roc;bind 8 hyp;bind 9 rai;wait;echo secondary selection on;bind CTRl ur"
	
	alias ur "ur0;krk"
	alias ur0 "unbind 0;unbind 1;unbind 2;unbind 3;unbind 4;unbind 5;unbind 6;unbind 7;unbind 8;unbind 9"
	alias krk "ur1;ur2"
	alias ur1 "bind 0 bfr;bind 1 blar;bind 2 sbsr;bind 3 ssr;bind 4 macr;bind 5 char"
	alias ur2 "bind 6 grer;bind 7 rocr;bind 8 hypr;bind 9 rair;wait;echo tertiary selection on;bind CTRl un"

	alias re "re0;kiki"
	alias kiki "re1;re2;re3;re4"
	alias re0 "unbind 0;unbind 1;unbind 2;unbind 3;unbind 4;unbind 5;unbind 6;unbind 7;unbind 8;unbind 9"
	alias re1 "bind 0 use BFG10k;bind 1 use blaster;bind 2 use shotgun;bind 3 use super shotgun; bind 4 use machinegun"
	alias re2 "bind 5 use Chaingun;bind 6 use Grenade Launcher"
	alias re3 "bind 7 use Rocket Launcher;bind 8 use HyperBlaster"
	alias re4 "bind 9 use railgun;wait;echo primary selection on;"
	
	alias bf "bind MOUSE2 use BFG10K"
	alias bla "bind MOUSE2 use Blaster"
	alias sbs "bind MOUSE2 use shotgun"
	alias ss "bind MOUSE2 use super Shotgun"
	alias mac "bind MOUSE2 use machinegun"
	alias cha "bind MOUSE2 use chaingun"
	alias gre "bind MOUSE2 use grenade launcher"
	alias roc "bind MOUSE2 use rocket launcher"
	alias hyp "bind MOUSE2 use HyperBlaster"
	alias rai "bind MOUSE2 use railgun"
	
	alias bfr "bind MOUSE3 use BFG10K"
	alias blar "bind MOUSE3 use Blaster"
	alias sbsr "bind MOUSE3 use shotgun"
	alias ssr "bind MOUSE3 use super Shotgun"
	alias macr "bind MOUSE3 use machinegun"
	alias char "bind MOUSE3 use chaingun"
	alias grer "bind MOUSE3 use grenade launcher"
	alias rocr "bind MOUSE3 use rocket launcher"
	alias hypr "bind MOUSE3 use HyperBlaster"
	alias rair "bind MOUSE3 use railgun"