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