lpmud/mudlib/
lpmud/mudlib/doc/
lpmud/mudlib/doc/LPC/
lpmud/mudlib/log/
lpmud/mudlib/players/
lpmud/mudlib/room/maze1/
lpmud/mudlib/room/sub/
object find_living(str)
string str;

Find first "living" object that answers to the id "str" (by calling
local id()). A living object is an object that has done "enable_commands()".

See also enable_commands().