Again, another question for folks here. Writing a choicescript game which will let the player be either gender in the game. Naturally, this will change gender pronouns, names, and other things in the game. I’ve finished the intro/first chapter, and the only way I could figure out to do gender flipping properly all-that-stuff-wise was to write one version for the mens, another for the ladies, and then set up the *goto variables to put the player along one path or another based on their gender attribute.
But I wonder…is there a cleaner way to do it throughout the game? I mean, I know the memory size isn’t an issue for a text file, so I don’t mind just copypasting and editing the file; isn’t that hard once the main text is written, after all. Just…IS there a better way for a permanent solution for the gender text switching issue? Or do I have it the right way already?