lcon - luxembourg/muxcode-clm GitHub Wiki

LCON()

FUNCTION: lcon(<object>[, <subset>])

Returns a space-separated list of the contents of <object> which are visible to the person running the function.

By default, all of the contents visible to the executor are returned; however, the list may further restricted with a <subset>:

PLAYER -- include only Player objects. OBJECT -- include only non-Player objects. CONNECT -- include only Connected Players. PUPPET -- include only Puppets. LISTEN -- include only Listening objects.

Example: > i t1(#366) radio(#223) The Wizard's Pointy Hat(#188SO) You have 42463 clams. > say lcon(me) You say, "#366 #223 #188"

Related Topics: lexits, @dolist