Name: query_gender - get the gender of a living Syntax: int query_gender() Description: The query_gender call returns the gender of the living. Return value: 0, if the living is neuter 1, if the living is male 2, if the living is female Examples: int gender; gender=this_player()->query_gender(); See also: living/set_gender