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