Flags()

From TinyMUX
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()