From the NannyMUD documentation

LAST CHANGE

2000-12-08

COMMAND



NAME

        see - List the environment of a living being or the inventory of
	      a non-living being.

LOCATION

	Wizmod, module 'default'.

SYNTAX

	see [-afhlnpw] [obj]

DESCRIPTION

	If obj is a living being, this command shows the long description
	of obj's environment, and then displays the inventory of obj's
	environment. Otherwise, it displays obj's inventory, just like 'I'.

	In other words, it lets you do 'see foo' and see the long desc of
	the room foo is in and what other objects are in the room with foo.
	Flags:
	
	  -f : Don't get the environment of ob, this is the same as I.
	  -l : Don't cut fields short.
	  -t : Traditional view. Nr, short, filename. Implies -l.
	  -p : List players only.
	  -n : List NPCs only.
	  -w : List only weapons.
	  -a : List only armours.
	  -c : List only containers.

SEE ALSO

        I in std/module/default/I