new(3) LPC Library Functions new(3)
NNAAMMEE
new() - load a copy of an object
SSYYNNOOPPSSIISS
object new( string name );
DDEESSCCRRIIPPTTIIOONN
Load a new object from definition <name>, and give it a
new unique name. Returns the new object. An object with
a nonzero environment() cannot be cloned.
SSEEEE AALLSSOO
clone_object(3), destruct(3), move_object(3)
MudOS 5 Sep 1994 1