int StartingConditional()
{
    int nApp=GetAppearanceType(GetPCSpeaker());
    if (nApp<7) return TRUE;
    return FALSE;
}