NWNDS/nwn_dark_sun/sc_elinikqcheck3.nss
Jaysyn904 b01c5cc7db Added PnP Dire Rat.
Added PnP Dire Rat.
2021-07-21 17:48:43 -04:00

18 lines
490 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_elinikcheck2
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/10/2002 12:40:23 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "NW_JOURNAL_ENTRY" + "jt_unearthed") == 3))
return FALSE;
return TRUE;
}