/* The function is called until the moment of experience
@param iPlayer - Index Player
*/
forward ls_add_exp_pre(iPlayer)
/*
The function is called at the moment of receiving the main experience
@param iPlayer - Index Player
@param Amount - The value of basic experience for manipulation
*/
forward ls_add_exp(iPlayer, Amount)
/*
The function is called after receiving the main experience
@param iPlayer - Index Player
*/
forward ls_add_exp_post(iPlayer)
/*
The function is called before receiving bonuses
@param iPlayer - Index Player
*/
forward ls_add_point_pre(iPlayer)
/*
The function is called at the moment of receiving the main bonuses
@param iPlayer - Index Player
@param Amount - Bonus values for manipulation
*/
forward ls_add_point(iPlayer, Amount)
/*
The function is called after receiving the main bonuses
@param iPlayer - Index Player
*/
forward ls_add_point_post(iPlayer)