NWNDS/nwnds_module/sc_elinikqcheck3.nss

18 lines
490 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: 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;
}