Amon_PRC8/_module/nss/xp_sc_10k.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

11 lines
174 B
Plaintext

int StartingConditional()
{
object oPC = GetPCSpeaker();
string sCDKey = GetPCPublicCDKey( oPC);
if (!(GetCampaignInt( "XP", sCDKey) > 9999)) return FALSE;
return TRUE;
}