Skip to content
Luxembourg edited this page Mar 20, 2013 · 4 revisions

@set (continued)

the following flags may be set using the fourth form of the @set command:

case - $-command matching will not be case-sensitive. non-functional unless the 'r' flag is also set. hidden - the attribute is only visible to wizards. html - emits from attr, oattr, aattr are not html-escaped. no_command - prevent $-commands and ^-patterns defined in the attribute from being performed. no_inherit - prevents children of the object from obtaining the attribute. from their perspective, the attribute does not exist. no_name - if set on an @o-attr, don't prepend the name of the enactor. this also affects @verb behavior. regexp - when $-commands are matched, treat the pattern as a regular expression rather than a wildcard glob pattern. trace - the attribute will generate trace output. visual - anyone may see the attribute when they examine you, and may get the attribute with get(). wizard - the attribute may only be changed by wizards.

the @set command takes the following switch:

quiet - inhibit 'set.' acknowledgement messages.

related topics: attribute flags, @lock, @lock, examine, flags, &.

Clone this wiki locally