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