View Single Post
Old 01-04-2010, 09:20 AM   #178
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
Not sure which type of nade config you use, but here's both:

Code:
//this one is for the toggle nades (so pressing once primes and pressing again releases)
alias grenset1 "bind f toggleone; bind mouse2 toggletwo; wait alias 
grencycler grenset2"
alias grenset2 "bind f toggletwo; bind mouse2 toggleone; wait alias grencycler grenset1"
alias grencycler grenset1

bind x "grencycler"
Code:
//this one is for the default nades (pressing the key primes and if/when you release it, the nade goes)
alias grenset1 "bind f +gren1; bind mouse2 +gren2; wait alias 
grencycler grenset2"
alias grenset2 "bind f +gren2; bind mouse2 +gren1; wait alias grencycler grenset1"
alias grencycler grenset1

bind x "grencycler"
untested, but should do what your doing (though it is getting late )
__________________
(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