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_object(name)
string name;

Find the object specified by the name and return its descriptor.  Note that
this will only work if the object already exists, and unlike a command such
as "move_object" it will fail (and return 0) if the specified name has no
currently loaded object.

Example:
object portia;

portia = find_object("players/fred/portia.c");