Battledale_PRC8/_module/nss/set_xp_amnt.nss

8 lines
165 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oPC;
oPC = GetPCSpeaker();
int nXP = GetCampaignInt("STORED_XP", GetPCPublicCDKey(oPC), GetModule());
SetCustomToken(5005, IntToString(nXP));
}