From the NannyMUD documentation

LAST CHANGE

2000-12-14

FUNCTION


NAME

        clone_object - Clone an object.

SYNTAX

	object clone_object(string path, void|int copyvars)

DESCRIPTION

	This funciton clones an object indicated by the path.
	If the second argument is given and not 0 the
	variable values will be copied from the master to the
	clone before reset(0) is run in the clone.

SEE ALSO

        destruct in efun/object_related/destruct
        destruct in wizcommands/object/destruct