Hi! I was hoping someone could better explain HarrisPS’s Gender and Pronoun sample code to me. I understand the gist of it (I’m going to have to redo some of my code) but in startup, do I just need to do *create pc_gender 1 or do I need to do that for all “three” I’d be using (male, female, (and by extension trans male and trans female) and nonbinary)?
Or do i just do that in the code when the player selects the gender? i.e. *set pc_gender 1 or *set pc_gender 2?
I’m hoping to do it this way so I can easily use multireplace later on for singular/plural pronouns as I’ve already run into a situation where I had to adjust my writing to avoid using a plural because I forgot to code it in in advanced. Any suggestions/answers would be greatly appreciated before I go back into the code and start changing things and accidentally mess something up