home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff357.lzh / Empire / Help / DELIVER < prev    next >
Text File  |  1990-06-03  |  2KB  |  42 lines

  1. deliver <what> <sectors> {(<threshold>)} {<sector>}
  2.    After playing Empire for a while, you will notice that moving various
  3. supplies from sector to sector on a regular basis takes up too much time and
  4. BTU's. Automatic deliveries are the cure for this problem. Any civilians,
  5. military, shells, guns, planes, iron ore and gold bars can be automatically
  6. delivered from a given sector to any neighboring sector (orthogonal or
  7. diagonal). The 'deliver' command is used to set up and query delivery
  8. settings. Delivery directions will also show up on the 'census' listing. In
  9. its simplest form, a delivery is specified as in this example:
  10.  
  11.   deliver c 0,0 (50) -1,0
  12.  
  13.    This specifies that whenever sector 0,0 is updated, and it contains more
  14. than 50 civilians, the excess civilians should be moved to sector -1,0
  15. (subject to the player owning sector -1,0 and sector 0,0 having enough
  16. mobility). The threshold (50) can be omitted, in which case a threshold of 0
  17. is used. A more complex example:
  18.  
  19.   deliver o -2:0,-3:-1 (20)
  20.  
  21.    Here, Empire will prompt for each owned sector in the specified region, as
  22. to where to deliver ore to. Again, the threshold can be omitted. Also, on the
  23. individual replies to the prompts, the destination sector can be followed by
  24. a threshold in parentheses which will be used for that particular delivery.
  25. If the form
  26.  
  27.   deliver b -10:10,-10:10 +50
  28.  
  29. is used, then the thresholds for, in this case, gold bars, will be changed
  30. without changing any delivery destinations. The final form:
  31.  
  32.   deliver s -5:5,-2:7 -
  33.  
  34. will simply print out the delivery destinations and thresholds for each
  35. sector in the region which has a delivery set up.
  36.  
  37.    Deliveries are performed whenever sectors are updated. A message of the
  38. form "delivery walkout between r,c & r,c" indicates that a sector was trying
  39. to deliver to a sector you don't own.
  40. See also:
  41.        route
  42.