NWNDS/nwnds_module/sc_hasjustl.nss

17 lines
481 B
Plaintext
Raw Normal View History

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