Amon_PRC8/_module/nss/xp_sc_50k.nss

11 lines
175 B
Plaintext
Raw Normal View History

2025-04-03 19:00:46 -04:00
int StartingConditional()
{
object oPC = GetPCSpeaker();
string sCDKey = GetPCPublicCDKey( oPC);
if (!(GetCampaignInt( "XP", sCDKey) > 50000)) return FALSE;
return TRUE;
}