Name: query_real_name - get the real name from a living

Syntax:
       string query_real_name()

Description:
       The query_real_name call gets the lowercased name from a living. For
       monsters this is the name set with set_name. For players this is the
       login name of the player.

Return value:
       A string containing the name

Examples:
       string name;
       name=this_player()->query_real_name();

See also: living/query_name