View Single Post
Old 01-27-2010, 04:22 PM   #188
Dr.Satan
Wiki Team
Fortress Forever Staff
 
Dr.Satan's Avatar
 
Join Date: Sep 2007
Location: Greeley, CO
Class/Position: Med / Solly
Gametype: PAYLOAD
Affiliations: DET-
Posts Rated Helpful 19 Times
well, for the soldier, you can literally do what you said and just bind b to "+attack2"

OR if you want to ensure that it stays the same no matter what we happen to change, make it look like this:

Quote:
//put in soldier.cfg
alias quickweapon1 "slot5; alias quickweapon quickweapon2"
alias quickweapon2 "slot3; alias quickweapon quickweapon1"
alias quickweapon quickweapon1
bind b "quickweapon"
Quote:
//put in medic.cfg
alias quickweapon1 "slot4; alias quickweapon quickweapon2"
alias quickweapon2 "slot3; alias quickweapon quickweapon1"
alias quickweapon quickweapon1
bind b "quickweapon"
__________________
(Released) conc_school | hellion_classic | ksour_PAYLOAD | mulch_faf
(Beta) alchimy_b1
(Lua) base_payload_2015
(Models) props_trainyard
Support FF:
Dr.Satan is offline   Reply With Quote