NAME
	present - find a present object through its id() function

SYNOPSIS
	object present(object ob|string ob, object where)

DESCRIPTION
	This function returns the specified object `ob' if it is found
	in the inventory of the object `where'. The object `ob' can
	be given either as an actual object or as a string.
	If the object is not present, 0 is returned.

SEE ALSO
	find_object


