//::///////////////////////////////////////////////
//:: FileName sc_045
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 28/02/2005 5:31:44 PM
//:://////////////////////////////////////////////
int StartingConditional()
{

    // Inspect local variables
    if(!(GetLocalInt(GetPCSpeaker(), "dn_switch") == 4))
        return FALSE;

    return TRUE;
}