Changed folder name.
Changed folder name.
This commit is contained in:
7
_module/nss/set_xp_amnt.nss
Normal file
7
_module/nss/set_xp_amnt.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
object oPC;
|
||||
oPC = GetPCSpeaker();
|
||||
int nXP = GetCampaignInt("STORED_XP", GetPCPublicCDKey(oPC), GetModule());
|
||||
SetCustomToken(5005, IntToString(nXP));
|
||||
}
|
Reference in New Issue
Block a user