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