NWNDS/nwnds_module/sc_beletqcheck3.nss
Jaysyn904 de24f81734 Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
2021-07-12 21:24:46 -04:00

17 lines
491 B
Plaintext

//::///////////////////////////////////////////////
//:: 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" + "jt_queenstouch") == 3))
return FALSE;
return TRUE;
}