ATTRIBUTE FLAGS - luxembourg/muxcode-clm GitHub Wiki

ATTRIBUTE FLAGS (continued)

no_inherit (I) - This attribute is not inherited by children of the object. From their perspective, the attribute does not exist.

locked (+) - The attribute is locked, it does not change ownership when the object is @chowned and may not be modified.

no_name (N) - If set on an @o-attr, don't prepend the name of the enactor. This also affects @verb behavior.

no_parse (P) - $-commands and ^-listens matching is performed against the unparsed (non-evaluated) string.

private - Only attribute owner and wizards can see this attribute.

regexp (R) - $-command matching on this attribute uses PCRE-style regular expressions.

trace (T) - The attribute will generate trace output.

{ 'help attribute flags3' for more }

ATTRIBUTE FLAGS (continued)

visual (V) - The attribute is visible to anyone who examines you. Note that the predefined attributes DESC, SEX, and LAST are always VISUAL

wizard (W) - Only wizards can modify this attribute.

Related Topics: ATTRIBUTE OWNERSHIP, examine, @verb

⚠️ **GitHub.com Fallback** ⚠️