Fullname(): Difference between revisions

From TinyMUX
Jump to navigation Jump to search
Mark (talk | contribs)
Init page.
 
(No difference)

Latest revision as of 23:51, 16 August 2006


fullname(<object>)

This function returns the full name of the indicated object. This is the same as name() in all cases except when <object> is an exit, then all the aliases are returned as well.

Examples

>think [fullname(me)]

Mark

>think [fullname(Out)]

Out <o>;o;out;leave;exit;back;go away

name()