Name: query_male - check if the living is male Syntax: int query_male() Description: The query_male call checks if the living is male. Return value: 1 if the living is male, 0 if not. Examples: int male; male=this_player()->query_male(); See also: living/set_male, living/query_female, living/query_neuter