home *** CD-ROM | disk | FTP | other *** search
/ Quake 'em / QUAKEEM.BIN / quake / docs / mnlith11 / monolith.mms < prev    next >
Encoding:
Text File  |  1996-06-19  |  1.2 KB  |  19 lines

  1. // Monolith Mouse Setup
  2.   //===========================================================================
  3.   // One of the best! This little beauty will let you cycle through your weapon
  4.   // inventory with the click of a button - no scrambling for the numbers in
  5.   // the dark anymore!! Just hit the right mouse button <default> to switch to
  6.   // the Super Shotgun, and go on from there! One little problem that I have
  7.   // not been able to fix is that when you get a new weapon, you switch to it
  8.   // by default - and the Mouse Setup has NO way to tell that. It's a small
  9.   // bug, but still irritating. Sorry - I'm still looking into it.
  10.   //===========================================================================
  11.  
  12. ALIAS MMS ";GUN2;"
  13. ALIAS GUN1 ";IMPULSE1;echo SHOTGUN : DOUBLE SHOTGUN;ALIAS MMS GUN2;"
  14. ALIAS GUN2 ";IMPULSE2;echo DOUBLE SHOTGUN : NAIL GUN;ALIAS MMS GUN3;"
  15. ALIAS GUN3 ";IMPULSE3;echo NAIL GUN : CHAIN NAIL GUN;ALIAS MMS GUN4;"
  16. ALIAS GUN4 ";IMPULSE4;echo CHAIN NAIL GUN : GRENADE LAUNCHER;ALIAS MMS GUN5;"
  17. ALIAS GUN5 ";IMPULSE5;echo GRENADE LAUNCHER : ROCKET LAUNCHER;ALIAS MMS GUN6;"
  18. ALIAS GUN6 ";IMPULSE6;echo ROCKET LAUNCHER : SHOTGUN;ALIAS MMS GUN1;"
  19.