Name: query_exp - get the amount of experience points from a living Syntax: int query_exp() Description: The query_exp call returns the amount of experience points, a living has. Return value: A positive integer containing the number of experience points. Examples: int exp; exp=this_player()->query_exp(); See also: player/add_exp