concepts/
efun/
SYNOPSIS
	object exec(object new, object old)

DESCRIPTION
	Reconnects the "soul" of interactive object old to object new.
	Will cause a privilege violation.
	It is used to load different "user objects" or to reconnect
	link dead users.

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

SEE ALSO
	explode