int StartingConditional() { object oPC = GetPCSpeaker(); if (GetXP(oPC) <= 10000) return FALSE; return TRUE; }