int StartingConditional()
{
object oPC = GetPCSpeaker();

if (GetXP(oPC) <=  500000) return FALSE;

return TRUE;
}