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