Aantioch_Infernum/_module/nss/lucy_ck_lev1.nss

11 lines
120 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
int StartingConditional()
{
object oPC = GetPCSpeaker();
2023-08-09 19:41:38 -05:00
if (!(GetHitDice(oPC) <= 6)) return TRUE;
2023-08-08 16:22:17 -04:00
return FALSE;
}