#include "aps_include"

int StartingConditional()
{
object oPC = GetPCSpeaker();
string sCDKey = GetPCPublicCDKey( oPC);

if (!(GetCampaignInt( "XP", sCDKey) > 1000000)) return FALSE;

return TRUE;
}