NWNDS/nwnds_module/hs_slainmatthias.nss
Jaysyn904 de24f81734 Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
2021-07-12 21:24:46 -04:00

26 lines
514 B
Plaintext

/* Script generated by
Lilac Soul's NWN Script Generator, v. 2.3
For download info, please visit:
http://nwvault.ign.com/View.php?view=Other.Detail&id=4683&id=625 */
int StartingConditional()
{
object oPC = GetPCSpeaker();
if (GetItemPossessedBy(oPC, "MatthiasEar") == OBJECT_INVALID) return FALSE;
int nInt;
nInt=GetLocalInt(oPC, "NW_JOURNAL_ENTRYAssassination!");
if (nInt < 3)
return FALSE;
nInt=GetLocalInt(oPC, "NW_JOURNAL_ENTRYAssassination!");
if (nInt >= 4)
return FALSE;
return TRUE;
}