PWE_PRC8/_module/nss/pc_enlist3b.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

18 lines
349 B
Plaintext

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