                               Concept : Permit

 By setting up an `emp.permit' file in the game's database directory, the per-
son  hosting  the  game  can  explicitly permit some or all players to execute
specific deity commands without actually having to be a deity.

The `emp.permit' file contains lines of simple  ascii  text,  with  each  line
defining  authorizations  for  one command.  The syntax is simple, but must be
adhered to:

           #comment
           command [optional list of country numbers] [#comment]
           ...

Comment lines begin with a pound symbol (#); blank lines and lines that  begin
with  a comment are ignored.  To permit use of a command by all players, place
the `command' at the beginning of a line and leave the remainder of  the  line
blank.   To  permit just certain countries to use the command, leave some whi-
tespace after the command name, and then specify  a  blank-separated  list  of
country numbers.  You can specify a range of country numbers by placing a dash

                               Concept : Permit

between the two endpoint numbers (e.g., "5-15").

Anything after "#" on any line is treated as a comment and ignored.

See also : version, config-file, prohibit-file

