//::///////////////////////////////////////////////
//:: FileName sc_005
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 3/11/2004 3:31:40 AM
//:://////////////////////////////////////////////
int StartingConditional()
{

    // Inspect local variables
    if(!(GetLocalInt(GetPCSpeaker(), "hdfienddead") == 1))
        return FALSE;
        if(!(GetLocalInt(GetModule(), "sw_pm") != 1))
        return FALSE;
        if(!(GetLocalInt(GetPCSpeaker(), "pm_on") != 1))
        return FALSE;

    return TRUE;
}