int StartingConditional()
{
object oPC = GetPCSpeaker();
if (!(GetHitDice(oPC) <= 6)) return TRUE;
return FALSE;
}