int StartingConditional() { // Add the gender restrictions if(GetGender(GetPCSpeaker()) != GENDER_FEMALE) return FALSE; return TRUE; }