int StartingConditional() { object oPC=GetPCSpeaker(); int nLevel=GetLevelByPosition(1,oPC)+GetLevelByPosition(2,oPC)+GetLevelByPosition(3,oPC); if (nLevel>=13) return TRUE; return FALSE; }