.\"load a copy of an object
.DT
clone_object
$MUDNAME$ driver help
clone_object

.SH Name
.SI 5
clone_object() - load a copy of an object
.EI

.SH Synopsis
.SI 5
varargs object clone_object( string name, ... );
.EI

.SH Description
.SP 5 5
Create a new object from the file `name', and give it a new unique
name (by adding #xxx on to the end of the name).  Returns the new object.
The object shares the program of the object 'name', but has its own
set of variables.  The second and following arguments are passed to
create().
.EP

.SH See also
.SI 5
destruct(), move_object(), new()
.EI
