int StartingConditional() { int iResult; iResult = TRUE; if (GetLocalInt(GetPCSpeaker(),"PCLevelMod") > 1 ) iResult = FALSE; return iResult; }