home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / FORTRAN / SUPERT87.ZIP / COMM092 < prev    next >
Encoding:
Text File  |  1986-12-15  |  1.2 KB  |  21 lines

  1.  
  2. * * * * * * * *    DAMAGE REPAIR    (COMMAND 9.2)    * * * * * * * * * *
  3.  
  4.   By assigning a percentage of your crew to repairing specific damage,
  5.      you can speed up or slow down the rate of repair of that damage.
  6.      You should enter up to 10 integers, separated by commas and
  7.      terminated by a slash, which should sum to <= 100.  The positions
  8.      of the integers in the input string correspond to the numbers of
  9.      the damaged items.
  10.      For instance, if phasers, sr scan, and w drive are all damaged,
  11.      to repair only w drave and sr scan type 50,,,,,50/ (this would
  12.      assign 50 % of your repair crews to each item).  To repair sr scan
  13.      only, type ,,,,,,100/.  If only one item is damaged, you don't have
  14.      to assign damage control personnel, as any unassigned personnel
  15.      (or those assigned to non-damaged items) are automatically
  16.      reassigned equally to damaged items.  For instance, if your
  17.      priorities are 10,20,30,40,0,0,0,0,0,0 and w drive and sr scan are
  18.      damaged, 55 % will be assigned to w drive and 45 % to sr scan.  If
  19.      w drive and phasers were damaged 40 % would be assigned to w drive
  20.      and 60 % to phasers.
  21.