home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / omega3.zip / OIHELP.TXT < prev    next >
Text File  |  1988-08-22  |  3KB  |  79 lines

  1. INVENTORY CONTROL MODES
  2. =======================
  3.  
  4. There are two type of inventory control: Display mode and Quick mode.
  5. Which mode you use by default can be toggled by the TOPLINE option
  6. settable with the 'O' command and in your .omegarc file.
  7.  
  8. In Display mode, all the inventory slots are displayed in the menu
  9. window. In Quick mode, only the message lines above the main window
  10. are used, and therefore the slots are not all displayed, only
  11. one of them at a time. Additionally, the commands are slightly 
  12. different. The amount of time each action takes is indicated
  13. below. Dropping two items takes twice as long as dropping
  14. one item.
  15.  
  16. Note that your pack is treated as a LIFO stack; the last object you
  17. put in is the easiest to get at.
  18.  
  19. DISPLAY MODE:
  20. ^l,^r: Redisplay inventory (if screen is munged). Takes no time.
  21. d:  Drop the item currently in the 'up-in-the-air' slot, or in the
  22.     'selected' slot if there is nothing 'up-in-the-air'.
  23.     Takes one second.
  24. p:  Put the 'up-in-the-air' item into your pack, or the 'selected'
  25.     item, if the 'up-in-the-air' item is vacant.
  26.     Takes 5 seconds.
  27. s:  Show the contents of your pack.
  28.     Takes 5 seconds.
  29. t:  Take an item from your pack and put into the 'selected' slot, or
  30.     if that is full, tries to put into the 'up-in-the-air' slot.
  31.     Takes 5 seconds + 1 second/item examined in pack. I.e., rummaging
  32.     at three items before taking one takes 8 seconds.
  33. x:  Exchange the 'up-in-the-air' slot with the 'selected' slot. This
  34.     will merge two quantities of an item together if possible.
  35.     Either the 'up-in-the-air' slot or the 'selected' slot can be vacant.
  36.     Takes 2 seconds.
  37. >:  Cause the next slot lower down to be the 'selected' one.
  38.     Takes no time.
  39. <:  Cause the next slot higher up to be the 'selected' one.
  40.     Takes no time.
  41. ?:  Print this help.
  42.     Takes no time.
  43. ESCAPE: return to game, dropping any object in the 'up-in-the-air' slot.
  44.         Takes no time.
  45.  
  46. In Display Mode, the 'selected' slot is the one with a highlighted
  47. '->' before it.
  48.  
  49. QUICK MODE:
  50. d:  Drop an item (by default the one 'up-in-the-air').
  51.     Takes one second.
  52. e:  Examine some inventory slot.
  53.     Takes no time.
  54. p:  Put some item into your pack.
  55.     Takes 5 seconds.
  56. s:  Show the contents of your pack.
  57.     Takes 5 seconds.
  58. t:  Take an item from your pack and put into some inventory slot, or
  59.     into the 'up-in-the-air' slot if the one selected is full.
  60.     Takes 5 seconds + 1/item examined in pack.
  61. x:  Exchange the 'up-in-the-air' slot with some slot. This
  62.     will merge two quantities of an item together if possible.
  63.     Either the 'up-in-the-air' slot or the other slot can be vacant.
  64.     Takes 2 seconds.
  65. ~:  Enter Display Mode.
  66.     Takes no time.
  67. ?:  Print this help.
  68.     Takes no time.
  69. ESCAPE: return to game, dropping any object in the 'up-in-the-air' slot.
  70.         Takes no time.
  71.  
  72. In quick mode, there is no 'selected' slot, instead the letter
  73. identifying the slot must be entered following the command.
  74.  
  75. The 'x' command in both modes is the one you'll use most; it combines
  76. taking and putting from inventory slot to "up-in-air" where picked-up
  77. items will be, and where you will drop items from on leaving the
  78. inventory mode.
  79.