move_object(3) LPC Library Functions move_object(3)
NNAAMMEE
move_object() - move current object to another environment
SSYYNNOOPPSSIISS
void move_object( object item, mixed dest );
DDEESSCCRRIIPPTTIIOONN
Move the object `item' into the object `dest'. 'item'
must be this_object(). move_object may be optionally
called with one argument in which case 'item' is implic-
itly this_object() and the passed argument is 'dest'.
SSEEEE AALLSSOO
this_object(3), move(4)
MudOS 5 Sep 1994 1