Name: query_max_hp - return the maximum amount of hit points of a living Syntax: int query_max_hp() Description: The query_max_hp call returns the maximum amount of hit points of a living. It depends on the constitution stat of the living. Return value: A positive integer indicating the maximum hit points. Examples: int max_hp; max_hp=this_player()->query_max_hp(); See also: living/query_hp