2023-08-09 19:41:38 -05:00

11 lines
120 B
Plaintext

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