int StartingConditional() { int iResult; iResult = FALSE; if (GetGoodEvilValue(GetPCSpeaker()) < 40) iResult = TRUE; return iResult; }