Name: add_exp - give a player experience points Syntax: add_exp(int exp) Description: The add_exp adds or removes a certain amount to the experience of a player, depending on the sign of exp. Note: This call will be always logged! Return value: none Examples: this_player()->add_exp(10); See also: living/query_exp