Flag access

From TinyMUX
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

CONFIG PARAMETER: flag_access <flag name> <access>

Changes who can set a flag. <access> can be:

 any             - Anyone can set this flag.
 god             - Only God can set this flag.
 privileged      - Only God can set this flag on players, but non-robot
                   players can set it on objects of other types, if
                   they themselves have the flag.
 restrict_player - Only Wizards can set this flag on players, but
                   mortals can set the flag on objects of other types.
 royalty         - Only ROYALTY, Wizards, and God can set this flag.
 staff           - Only STAFF, Royalty, Wizards, and God can set this flag.
 wizard          - Only Wizards and God can set this flag.

There are some flags whose access permissions cannot be changed, since they are handled in a special way. This includes the DARK and AUDIBLE flags.

Related Topics: flag_name, flag_alias, @flag, Flag, Configuration

Server differences

In PennMUSH, flag access is controlled with the @flag command rather than a configuration parameter.