PWE_PRC8/_module/nss/sc_050.nss

21 lines
567 B
Plaintext
Raw Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: FileName sc_050
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 4/4/2003 10:46:20 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "nevermind") == 1))
return FALSE;
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "elfjoinedonce") == 0))
return FALSE;
return TRUE;
}