int StartingConditional()
{
    if (GetLocalInt(GetPCSpeaker(),"nGrubbins")) return TRUE;
    return FALSE;
}