PWE_PRC8/_module/nss/level04.nss

12 lines
164 B
Plaintext
Raw Normal View History

2025-04-03 10:29:41 -04:00
int StartingConditional()
{
object oPC = GetPCSpeaker();
if (!(GetHitDice(oPC) >= 4)) return FALSE;
if (!(GetHitDice(oPC) <= 4)) return FALSE;
return TRUE;
}