From the NannyMUD documentation

LAST CHANGE

2000-12-08

COMMAND



NAME

        I - Take a look at an object inventory.

LOCATION

	Wizmod, module 'default'.

SYNTAX

	I [-t] [-l -acnpw] [obj]

DESCRIPTION

	This shows the inventory of the object. The flags can be used to see
	different things.

	-t	Traditional, much like old /obj/wiztool used to show it.
	-l	Don't truncate long fields.
	-a	Show armours.
	-c	Show containers.
	-n	Show NPCs.
	-p	Show players.
        -u      Show autoloaders.
	-w	Show weapons.

EXAMPLE

	I	Standard, show your inventory.

EXAMPLE

	I me	Standard, show your inventory.

EXAMPLE

	I -l	Better.

EXAMPLE

	I -t    Even better.

EXAMPLE

	I -w	Show what weapons you have, and some data from them.

EXAMPLE

	I -aw	Show weapons and armours.

EXAMPLE

	I -n env
		Show NPCs in your environment.

EXAMPLE

	I -p /room/vill_green
		Show players at the village green

EXAMPLE

	I -acw fnurgle
		Show Fnurgle's armours, weapons and containers.

SEE ALSO

        see in std/module/default/see