RoT2_PRC8/_module/nss/cb_chklvl1.nss

10 lines
119 B
Plaintext
Raw Permalink Normal View History

2023-09-25 18:13:22 -04:00
int StartingConditional()
{
object oPC = GetPCSpeaker();
if (!(GetHitDice(oPC) <= 1)) return FALSE;
return TRUE;
}