Name: query_scars - get the scar information from a player Syntax: int query_scars() Description: The query_scar call returns the scar information from a player. All scars (10) are stored in an integer using binary coding. The scar numbers and names are listed in make_selected_scar. Return value: An integer containing the binary-coded scar information. Examples: int scars; scars=this_player()->query_scars(); See also: player/show_scar, player/make_scar, player/make_selected_scar, player/remove_selected_scar