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