int StartingConditional() { object oPC = GetPCSpeaker(); int nXP = GetXP(oPC); if(nXP >=5000) return TRUE; else return FALSE; }