From the NannyMUD documentation

LAST CHANGE

2001-01-06

FUNCTION


NAME

        query_long - set the long description of an object

LOCATION

	Any object that has a long description should define this function.
	Unfortunately, not all do.

SYNTAX

	string query_long()

DESCRIPTION

	This function returns the long description of the object.

RETURN VALUES

	A well-behaved query_long() returns a string.

SEE ALSO

        short in lfun/basic/short
        short in std/misc/simple_armour
        short in std/misc/simple_weapon
        short in std/room/basic_room

SEE ALSO

        query_name in lfun/basic/query_name
        query_name in lfun/living/living_functions
        query_name in obj/quest_obj