SYNOPSIS
	object exec(object new, object old)

DESCRIPTION
	Reconnects the "soul" of interactive object <old> to object <new>.
	This is a wierd function and can be called only from login.c.
	It is used to load different "player objects" or to reconnect to
	link dead objects in the Nightfall II mudlib.

EXAMPLE
	ob = clone_object("std/player");
	exec(ob,this_object());
	destruct(this_object());

SEE ALSO
	seteuid(E)
