int StartingConditional()
{
    if(GetHitDice(GetPCSpeaker()) >= 5)
    {
           return TRUE;
    }
    else
    {
       return FALSE;
    }
}