int StartingConditional()
{
    string sSR=GetSubRace(GetPCSpeaker());
    if (GetStringLength(sSR)>0) return TRUE;
    return FALSE;
}