int StartingConditional()
{
    if (GetLocalInt(GetPCSpeaker(),"nQuestRH1")>0) return TRUE;
    return FALSE;
}