lpmud/mudlib/
lpmud/mudlib/doc/
lpmud/mudlib/doc/LPC/
lpmud/mudlib/log/
lpmud/mudlib/players/
lpmud/mudlib/room/maze1/
lpmud/mudlib/room/sub/
void move_object(item, dest)
object item;
object dest;

Move the object "item" to the object "dest". Currently, both arguments
can be strings. Usually, 'transfer()' should be used instead of
'move_object()'.

See also efun/transfer, efun/first_inventory, efun/this_object,
	 efun/this_player