lpc4/lib/
lpc4/lib/doc/efun/
lpc4/lib/doc/lfun/
lpc4/lib/doc/operators/
lpc4/lib/doc/simul_efuns/
lpc4/lib/doc/types/
lpc4/lib/etc/
lpc4/lib/include/
lpc4/lib/include/arpa/
lpc4/lib/obj/d/
lpc4/lib/save/
lpc4/lib/secure/
lpc4/lib/std/
lpc4/lib/std/living/
NAME
	next_inventory - get next object in an inventory

SYNTAX
	object next_inventory(object ob);

DESCRIPTION
	Get next object in the same inventory as "ob". If ob is last in the
	inventory, 0 is returned.

NOTA BENE
	If the object 'ob' is moved by move_object(), then next_inventory()
	will return an object from the new inventory.

SEE ALSO
	first_inventory, all_inventory