//::///////////////////////////////////////////////
//:: FileName mansservtest
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/23/2005 3:54:43 PM
//:://////////////////////////////////////////////
int StartingConditional()
{


    if (GetLocalInt(GetNearestObjectByTag("MordBackdoor", GetPCSpeaker()), "ACTIVE") == 1)
    return TRUE;

    return FALSE;
}