Flags()

From TinyMUX
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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