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