int StartingConditional() { int iResult; iResult = FALSE; if (GetHitDice(GetPCSpeaker()) > 22) iResult = TRUE; return iResult; }