18 lines
525 B
Plaintext
18 lines
525 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_014
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 7/11/2004 9:10:25 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
//if(!(GetLocalInt(GetModule(), "sw_hw") != 1))
|
|
//return FALSE;
|
|
if(!(GetLocalInt(GetPCSpeaker(), "hw_on") == 1))
|
|
return FALSE;
|
|
return TRUE;
|
|
}
|