int StartingConditional()
{
    if (GetGender(GetPCSpeaker())==GENDER_FEMALE) return TRUE;
    return FALSE;
}