PWE_PRC8/_module/nss/level05.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) >= 5)) return FALSE;
if (!(GetHitDice(oPC) <= 5)) return FALSE;
return TRUE;
}