int StartingConditional() { if (GetHitDice(GetPCSpeaker()) <= 3) return TRUE; return FALSE; }