home *** CD-ROM | disk | FTP | other *** search
- // Monolith Mouse Setup
- //===========================================================================
- // One of the best! This little beauty will let you cycle through your weapon
- // inventory with the click of a button - no scrambling for the numbers in
- // the dark anymore!! Just hit the right mouse button <default> to switch to
- // the Super Shotgun, and go on from there! One little problem that I have
- // not been able to fix is that when you get a new weapon, you switch to it
- // by default - and the Mouse Setup has NO way to tell that. It's a small
- // bug, but still irritating. Sorry - I'm still looking into it.
- //===========================================================================
-
- ALIAS MMS ";GUN2;"
- ALIAS GUN1 ";IMPULSE1;echo SHOTGUN : DOUBLE SHOTGUN;ALIAS MMS GUN2;"
- ALIAS GUN2 ";IMPULSE2;echo DOUBLE SHOTGUN : NAIL GUN;ALIAS MMS GUN3;"
- ALIAS GUN3 ";IMPULSE3;echo NAIL GUN : CHAIN NAIL GUN;ALIAS MMS GUN4;"
- ALIAS GUN4 ";IMPULSE4;echo CHAIN NAIL GUN : GRENADE LAUNCHER;ALIAS MMS GUN5;"
- ALIAS GUN5 ";IMPULSE5;echo GRENADE LAUNCHER : ROCKET LAUNCHER;ALIAS MMS GUN6;"
- ALIAS GUN6 ";IMPULSE6;echo ROCKET LAUNCHER : SHOTGUN;ALIAS MMS GUN1;"
-