int StartingConditional()
{
    int nShow = GetLocalInt(GetPCSpeaker(), "p002state") == 2;
    return nShow;
}