NAME
clone_object() - load a copy of an object
SYNOPSIS
object clone_object( string name );
DESCRIPTION
Load a new object from definition , 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(3)
, move_object(3)