Function receive_object:
Defined in module non_object (file: /std/object/non_object.c)

receive_object(obj, relation) should return 1 if obj can be put ("in", "on",
etc) the object, where 'relation' specifies the relation.  By default,
objects cannot contain things so MOVE_NOT_ALLOWED is returned.  See also
the container inheritable.

Prototype:
mixed receive_object( object target, string relation );
