Flag access: Difference between revisions

From TinyMUX
Jump to navigation Jump to search
(server diff)
 
(No difference)

Latest revision as of 20:56, 5 December 2005

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.