

Moderator: Forum Moderator
Code: Select all
XP_Configure()
{
// If we're saving XP, we want to set the max. amount of XP higher and the amount gained per kill/objective lower
if ( get_pcvar_num( CVAR_wc3_save_xp ) )
{
xpgiven = {6,8,10,12,14,16,18,20,24,28,32};
xplevel = {0,100,200,400,800,1600,3200,6400,12800,25600,51200};
}