AOC_PRC8/_module/nss/sc_044.nss

17 lines
439 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:24:16 -04:00
//::///////////////////////////////////////////////
//:: FileName sc_044
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 28/02/2005 5:28:09 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "dn_switch") < 1))
return FALSE;
return TRUE;
}