So I was making the first female NPC of my new race, and when I went to edit her face the CS crashed. This doesn't happen with the males, so I thought it was just some stupid glitch. I went to open the face generation again and it crashed as soon as I changed the gender. (Also, it doesn't even show the female version of the face before it crashes.) So now I'm wondering, what's wrong? I don't think any changes I've made so far would cause anything like that to happen. Also, is there any way to create new rumors and have only members of one race, faction, npc, etc. say them?
Thanks in advance!

I don't know about the crashing, but making rumors for a specific race/faction/NPC is done the same way as adding other dialogues - You just need to add conditions. Also, rumors are found in the
Conversation -tab under the
INFOGENERAL -topic. If you want to disable all the Vanilla rumors for the race/faction/NPC, just add a condition to the quest
NQDWildernedd which states e.g.
GetInFaction YourFaction == 0 and then make a new quest in which conditions you put the opposite, e.g.
GetInFaction YourFaction == 1, and then you add the
INFOGENERAL -topic and start making rumors. If you don't want anyone else to say these rumors, just add every race to the conditions as e.g.
GetInFaction YourFaction != 0. That last statement should work, I still am not sure though