Humor me! A good script for bani gun selection...

Discussion for Banimod players

Moderators: Forum moderators, developers

Post Reply
User avatar
D-MuffinMan
Posts: 6
Joined: Thu Mar 25, 2004 11:46 pm
Location: Arizona
Contact:

Humor me! A good script for bani gun selection...

Post by D-MuffinMan »

Look, I'm no computer wizz, :? If someone could just give me a toggle script so that I can change between mp40, thompson, and sten, so I only have to assign one key for the bind instead of three, I would be very greatfull!!! :) (I know this kinda stuff is elementary for most players, but I'm just now starting to get the gist of binds, scripts, autoexec.cfg's ect...been playing all of 3 months now, so have a heart, and don't stab at it to much..lol :) )
Image
duke'ku
Posts: 1053
Joined: Sun Nov 03, 2002 1:42 pm
Location: portland, oregon
Contact:

Post by duke'ku »

Code: Select all

set rofl1 "thompson; echo ^2now using a ^4thompson^7; set rofl vstr rofl2"
set rofl2 "mp40; echo ^2now using an ^4mp40^7; set rofl vstr rofl3"
set rofl3 "sten; echo ^2now using a ^4sten^7; set rofl vstr rofl1"
set rofl "vstr rofl1"
bind x "vstr rofl"
place that in your autoexec
Post Reply