NWNDS/nwn_dark_sun/sc_ikaasqcheck1.nss

17 lines
488 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" + "IkaasVision") == 1))
return FALSE;
return TRUE;
}