]> git.pond.sub.org Git - empserver/blob - info/sorder.t
New info Hvy-Plastic
[empserver] / info / sorder.t
1 .TH Command SORDER
2 .NA sorder "Show ship order statistical information"
3 .LV Expert
4 .SY "sorder <SHIP/FLEET>"
5 .s1
6 \*Qsorder\*U shows some statistical information on ships that
7 have been given orders.
8 The report indicates:
9 .NF
10      shp#        ship number.
11      ship type   type of ship (cargo ship, destroyer, etc)
12      x,y         ships current position
13      start       The first  destination for the ship.
14      end         The second destination for the ship.
15      len         The number of sector required to get from its
16                  current position to the start sector.
17      eta         The estimated number of updates required to
18                  reach the start sector.
19
20 shp #    ship type     x,y   start   end   len  eta
21    #6  cargo ship 1    6,0    2,0    20,0   2    1
22   #10  destroyer 1   -10,0   20,2           17   2
23 .FI
24 This report reads:
25 Cargo ship #6 is currently at sector 6,0 and has orders to sail to
26 sector 2,0.  It will arrive and load any cargo set for that ship,
27 see qorder, and then sail to sector 20,0.  It currently needs to
28 sail 2 sectors and will arrive in 1 update at sector 2,0.
29
30 Destroyer 1 is at sector -10,0 and only has orders to sail to sector
31 20,2.  It needs to move 17 sectors and will arrive at 20,2 in 2 updates.
32 When it arrives order will be cleared since only one destination
33 order was given to it.
34 .s1
35 .SA "order, qorder, bmap, navigate, ship, Ships, Autonav, Autofish"