SHORT(L)

NAME
	short - return a brief description of an object

SYNOPSIS
	string short();

LOCATION
	All objects except invisible ones.

RETURN VALUE
	The string briefly describing the object.

DESCRIPTION
	In room objects, this is the string seen by a player when he or
	she is in 'brief' mode.  In other objects, this is the string
	seen when the player is looking around, but not particularly examining
	the object in question.  

NOTES
	The string ".\n" will automatically be appended when necessary.  Do
	not end your string with either of these characters.

	***All*** short descriptions (except maybe monsters with capitalized
	names) should begin with lower-case letters.  When needed, the mudlib
	will handle the capitalizing.  Never return capitalized strings like
	"A sword" or "The Sword of Might" (should be "a sword" and 
	"the Sword of Might").

EXAMPLES
	"Earendil's castle is north of you"
	"a knife"
	"the yew-wood staff of the Mage's guild"
	"an all-purpose wizard tool (v 4.3a)"
	"an angry orc"

SEE ALSO
	long(L), query_name(L), set_short(L)

Help topics available:
add_hook add_weight can_put_and_get clean_up drop
extra_look get heart_beat id init
init_arg is_armour is_money is_weapon long
query_auto_load query_hook query_long query_name query_prevent_move_from_statue
remove_hook reset set_long set_name set_short
short

[START|BACK ]




[ NannyMuds main page | FAQ | Contact us ]

You are guest number 85 since November 2019.
This file was last modified: June 2000.