]> git.pond.sub.org Git - empserver/blob - info/Moving.t
info: New Common-Fever, Hvy-Fever
[empserver] / info / Moving.t
1 .TH Concept "Moving Things About"
2 .NA Moving "A quick reference for moving things around"
3 .LV Basic
4 .s1
5 Most of Empire consists of you moving something from one place to
6 another.  The following table tells you which commands you use
7 to move the kind of thing that you want to move.
8 .s1
9 .NF
10 What            From        To       Command
11 ----------------------------------------------------
12 comm            sector      sector      move <WHAT> <FROM> <NUM> <TO>
13 comm/land/plane sector      ship        load <WHAT> <SHIP> <NUM>
14 comm/plane      sector      unit       lload <WHAT> <UNIT> <NUM>
15 comm/land/plane ship        sector    unload <WHAT> <FROM> <NUM>
16 comm/land       ship        ship        tend <WHAT> <FROM> <NUM> <TO>
17 comm            ship        unit       ltend <WHAT> <FROM> <NUM> <TO>
18 comm/plane      unit        sector   lunload <WHAT> <FROM> <NUM>
19 unit            sector      sector     march <UNITS>
20 ship            sector      sector      navi <UNITS>
21 plane           sector      sector     trans <PLANE> <TO>
22 nuke            sector      sector     trans <FROM> <TYPE> <NUM> <TO>
23 nuke            sector      plane        arm <PLANE> <TYPE>
24 nuke            plane       sector    disarm <PLANE>
25 .FI
26 .s1
27 Note that in the case of load, lload, unload, tend, and lunload, the
28 way you specify whether you are moving a commodity, land unit or plane
29 is by using the word "land" or "plane" instead of the commodity name
30 in the <WHAT> field.  If <WHAT> is "land" or "plane", then <NUM> is
31 the unit or plane ID.  So for example, to load ship #1 with land unit
32 #2, you would type:
33 .EX "load land 1 2"
34 .s1
35 .SA "Mobility, Transportation"