PWE_PRC8/_module/nss/hodush_no_head1.nss

20 lines
416 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
/* 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, "HodushsHead") == OBJECT_INVALID) return FALSE;
if (GetItemPossessedBy(oPC, "ShadQuest2") == OBJECT_INVALID) return FALSE;
//if (!(GetHitDice(oPC) >= 7)) return FALSE;
return TRUE;
}