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