Initial upload
Initial upload
This commit is contained in:
12
_module/nss/xp_sc_500k.nss
Normal file
12
_module/nss/xp_sc_500k.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "aps_include"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
string sCDKey = GetPCPublicCDKey( oPC);
|
||||
|
||||
if (!(GetCampaignInt( "XP", sCDKey) > 500000)) return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user