8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
void main()
|
|
{
|
|
object oPC;
|
|
oPC = GetPCSpeaker();
|
|
int nXP = GetCampaignInt("STORED_XP", GetPCPublicCDKey(oPC), GetModule());
|
|
SetCustomToken(5005, IntToString(nXP));
|
|
}
|