]> git.pond.sub.org Git - empserver/blob - info/wingadd.t
WIP empdump, %a
[empserver] / info / wingadd.t
1 .TH Command WINGADD
2 .NA wingadd "Designate members of a \*Qwing\*U"
3 .LV Expert
4 .SY "wingadd <WING> <PLANE/WING>"
5 The wingadd command is used to specify the wing groupings
6 of your planes.
7 .s1
8 .EX wingadd <WING> <PLANE/WING>
9 In the syntax <WING> is the alphabetic character to be used as the
10 wing designation.
11 This character can be chosen from the set of
12 upper or lower case a-z and tilde (~).
13 The pseudo-wing specification tilde
14 specifies all planes not currently in any wing.
15 .s1
16 The specification of planes, <PLANE/WING>,
17 can have one of several syntaxes:
18 .NF
19 example     meaning
20 -------     -------
21 23          plane 23
22 2/14/23     planes 2, 14, and 23
23 c           all planes currently in wing `c'
24 ~           all planes currently in the \*Qnull\*U wing
25 2,3         all planes in sector 2,3
26 -1:3,0:2    all planes in the square area bounded by -1,0 & 3,2
27 .FI
28 All wings, (with the exception of the `~' wing),
29 are limited to some maximum size
30 and you will be informed how many planes can be added
31 when this command is run.
32 .s1
33 Having planes organized into wings can be very helpful in
34 loading, moving, etc.,
35 in that fewer commands are required to perform these commands
36 on groups of planes if they can be specified by wing number.
37 .s1
38 Note that you can remove planes from a wing by adding them to
39 the `~' wing.  e.g.
40 .EX wingadd ~ A
41 This command would purge all planes from wing `A'.
42 .s1
43 .SA "plane, fly, Planes"