int StartingConditional()
{
    if (GetLocalInt(GetPCSpeaker(),"nParm")==27) return TRUE;
    return FALSE;
}