Hi guys,
So, I'm trying to avoid having to write two whole scripts for my game in which I plan to make the incest content optional. If you enable incest, mom, sister, etc will all be in the script. If you disable it, I'll use their names instead. For the most part this only effects the mom, as its natural enough to write the script in a way where I use everyone else's names rather than familial pronouns. What I was thinking was, can I write a conditional statement on a character that makes them display as "mom" or "character name" depending on whether or not the incest flag is true. Further, would there be a way to make it so that when I mention mom in dialogue I can get it to display either mom or mom's name based on the same condition?
It really is only the one character that I really have to worry about, so having to go through and change every reference to mom would be an unnecessarily tedious consumption of my time. Any insight would be appreciated. If there is a different way to do this, that too would be appreciated. I'm kinda learning this as I go, so I might be thinking way too simply, or I might be asking a silly question wherein the answer is "OF COOURRSE".
Thanks everyone, in advance.It really is only the one character that I really have to worry about, so having to go through and change every reference to mom would be an unnecessarily tedious consumption of my time. Any insight would be appreciated. If there is a different way to do this, that too would be appreciated. I'm kinda learning this as I go, so I might be thinking way too simply, or I might be asking a silly question wherein the answer is "OF COOURRSE".