NWNDS/nwnds_module/ta_justlwait.nss

18 lines
480 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") == 1))
return FALSE;
return TRUE;
}