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