lpmud/mudlib/
lpmud/mudlib/doc/
lpmud/mudlib/doc/LPC/
lpmud/mudlib/log/
lpmud/mudlib/players/
lpmud/mudlib/room/maze1/
lpmud/mudlib/room/sub/
object clone_object(name)
string name;

Load a new object from definition "name", and give it a new
unique name. Return the new object.
The original used for cloning, should not be used in the game, only used for
cloning.

See also destruct(), move_object().