WoR_PRC8/_module/nss/wally_conv001.nss
Jaysyn904 b5e28e52f4 Initial commit
Initial commit [1.18]
2025-04-03 11:49:34 -04:00

22 lines
363 B
Plaintext

/* Script generated by
Lilac Soul's NWN Script Generator, v. 1.6
For download info, please visit:
http://www.lilacsoul.revility.com */
int StartingConditional()
{
object oPC = GetPCSpeaker();
if (!(GetHitDice(oPC) >= 25)) return FALSE;
int nInt;
nInt=GetLocalInt(oPC, "NW_JOURNAL_ENTRYHell's Door");
if (!(nInt >= 1))
return FALSE;
return TRUE;
}