Type()

From TinyMUX
Revision as of 01:09, 29 November 2010 by Ihavenomouth (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


FUNCTION: type(<object>)

Returns a string indicating the object type of <object>, either EXIT, PLAYER, ROOM, or THING.

Example

> say type(me)

You say "PLAYER"


> say type(here)

You say "ROOM"

Related Topics

hastype()