ADMIT <who or what> [ALL] [units] time: 0 days priority: 0
Allow units to stack with the specified character, or to enter the given building or ship. By default, a unit may not stack with a character belonging to another faction, or enter a building controlled by another player.
The first argument to admit
may either be a character, building
or ship. If a character is given, admit
will specify who may
stack with the unit. If a building or ship is given, admit
will
determine who may enter the structure.
There are three cases for the rest of admit
's arguments: If no
further arguments are given, admit
will clear the permissions for
the given entity, and deny admission or stacking to any foreign unit:
admit 3590 # admit no one to 3590
If a list of units or players is given, those units will be permitted to enter or stack with the given entity:
admit 3590 778 2960 4240 # allow any member of faction 778, # as well as 2960 and 4240, into 3590
Note that if a faction is specified, units within the faction must not be concealing their lord in order to be recognized.
Permission may be granted to every player's units:
admit 3590 all # allow anyone into 3590
A list of units to exclude may follow `ALL
':
admit 3590 all 778 2960 4240 # allow anyone into 3590, except # any member of faction 778, or # units 2960 or 4240.
Summary examples:
admit 3590 # admit no one to 3590 admit 3590 all # admit anyone to 3590 admit 3590 778 # admit any member of faction 778 to 3590 admit 3590 all 778 # admit anyone but a member of faction 778 admit 3590 2960 4240 # admit 2960 or 4240 to 3590
If there are too many units to list on a line with a single admit
order, more admit
orders may be used:
admit 3590 2596 3921 3934 3999 4012 4045 4046 4256 4300
has the same meaning as:
admit 3590 2596 3921 3934 3999 4012 admit 3590 4045 4046 4256 4300
Don't forget to give the entity again as the first argument on
continuation admit
orders! (3590 in the above example)
Note, however, that the first admit
order each turn begins a new
admit list for the entity. In other words, units cannot be added to
admit lists. Suppose, on the turn after the above admit orders were
issued, the player ordered:
admit 3590 4345
Instead of adding 4345 to the admit list for 3590, the list would first be cleared, and 4345 would be the only permitted unit.
Only admit
permissions toward the top most character of a stack are
considered. Other units which do not have admit
permission may
accompany a character who does.
Admit lists are kept for the faction as a whole, not for particular
units. The admit
order should be executed by the player entity.