TinyMUX

Flag access

ConfigurationFlags

CONFIG PARAMETER: flag_access

Changes who can set a flag. 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.