]> git.pond.sub.org Git - empserver/blob - info/lload.t
New info Hvy-Plastic
[empserver] / info / lload.t
1 .TH Command LLOAD
2 .NA lload "Load things onto land units"
3 .LV Basic
4 .SY "lload <COMMODITY> <UNITS> <AMOUNT>"
5 .SY "lload plane <UNITS> <PLANES>"
6 .SY "lload land <UNITS> <UNITS>"
7 The load command carries out the loading of units.
8 Commodities (like guns, civs, food) can be loaded onto any unit capable
9 of carrying them (to see what cargos a unit can carry, use the show command).
10 .s1
11 Some land units can carry extra-light
12 planes (typically these are SAM's)
13 .s1
14 Some land units can carry other units
15 .s1
16 .SY "lload <COMMODITY> <UNITS> <AMOUNT>"
17 In the first form,
18 the amount argument specifies the amount of the given commodity
19 you wish to load on each unit specified.
20 Amounts greater than that allowed will be truncated to the
21 maximum possible. Amounts less than 0 indicate that you want to
22 make the unit/army have that amount. If the unit/army has less
23 than that amount, more will be loaded. If the unit/army has more
24 than that amount, the commodity will be unloaded. For example,
25 .s1
26 .EX load food 3 -100
27 .s1
28 will cause unit 3 to load or unload food so that it has 100.
29 If it had 120 food, 20 would be unloaded. If it had 50 food,
30 50 would be loaded.
31 .s1
32 .SY "lload plane <UNITS> <PLANES>"
33 In the second form,
34 where you say \*Qplane\*U instead of say \*Qciv\*U a plane/missile
35 is loaded onto a unit.
36 .s1
37 See the \*Qshow\*U command for a table of the maximum amounts of
38 each items that can be carried on each unit type.
39 .s1
40 Note that if either <UNITS> or <PLANES> does not start with a
41 number (e.g. it is of the form "a" or "*" or "#1" and not of the form
42 123 or 12,14) then you will not be given any error messages.  This is
43 so that you can type something like "lload plane * *" without getting a
44 hundred error messages.
45 .s1
46 .SA "lunload, Unit-types, Plane-types, LandUnits, Moving"