17 lines
454 B
Plaintext
17 lines
454 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: 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") < 4))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|