AOC_PRC8/_module/nss/sc_21defa.nss
Jaysyn904 5e558169a0 Initial Commit
Initial Commit
2025-04-03 11:24:16 -04:00

35 lines
1.1 KiB
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_011
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 4/11/2004 9:32:57 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetModule(), "d5_complete") == 1))
return FALSE;
if(!(GetLocalInt(GetModule(), "sw_lm") != 1))
return FALSE;
if(!(GetLocalInt(GetModule(), "sw_ll") != 1))
return FALSE;
if(!(GetLocalInt(GetModule(), "sw_bm") != 1))
return FALSE;
if(!(GetLocalInt(GetModule(), "sw_pm") != 1))
return FALSE;
if(!(GetLocalInt(GetModule(), "sw_hd") != 1))
return FALSE;
if(!(GetLocalInt(GetModule(), "sw_pf") != 1))
return FALSE;
if(!(GetLocalInt(GetModule(), "sw_bl") != 1))
return FALSE;
if(!(GetLocalInt(GetModule(), "sw_dr") != 1))
return FALSE;
if(!(GetLocalInt(GetModule(), "sw_hw") != 1))
return FALSE;
return TRUE;
}