LPC Library Functions: clone_object

NAME

clone_object() - load a copy of an object

SYNOPSIS

object clone_object( string name,... );

DESCRIPTION

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().

clone_object() has the same behavior as the string argument version of new().

SEE ALSO

create(), destruct(), move_object(), new()

Page design by Frank Jacquette & Tim Hollebeek
Copyright (C) 1998 Tim Hollebeek & Frank Jacquette
Back to MudOS