Flags()

From TinyMUX
Revision as of 20:35, 4 December 2005 by Javelin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


FUNCTION: flags(<object>) or flags(<object>/<attr>)

Flags() returns a string of letters as a single word. Each letter in this word represents a flag associated with <object> or with the <attr> on <object>. Some flags are not revealed due to visibility and permissions.

Examples

 >think [flags(me)]
 PXcikMOW
 >think  [flags(here)]
 RHJ
 >think [flags(#6167)]
 RDJlLz

Related Topics: Flag, andflags(), orflags(), hasflag(), lflags()