Weird title (as I know we cannot *de-pend*), but what I'm trying to do is write a profile for a character that is based on various ratings. Each ratings type (happiness, intelligence, etc.) has a number that's generated, and based on that number, I create a paragraph pulling a sentence from each ratings category.
This works really well by appending the phrases together, but as the character's ratings change, appending just keeps adding but never subtracting.
So how would I go from "This character is really happy. They are super smart!" to "This character is miserable. They are super smart!" without it coming out as "This character is really happy. They are super smart! This character is miserable."?
I hope that makes sense. It might also help to clarify that I want all of this to appear in one text box, not a series of text boxes, as I want it to read like a paragraph and not like a bulleted list.