Name: query_short - get the short description from a player Syntax: string query_short() Description: The query_short call returns the short description of a player. Unlike the short function, it even returns a description if the player is invisible. Return value: A string containing the short description of the player Examples: string short; short=this_player()->query_short(); See also: object/short