Pronoun variables

I have been searching through articles on gender variables for the past week, and have only managed to accomplish one massive headache.

Could someone explain the code for me? This is what I have been trying to put in startup

*if gender = “male”
*set gender1 “him”
*set gender2 “his”
*set gender3 etcetcetc
*else
*set gender1 “her”
*set gender2 “hers”
*set gender3 etcetcetc

Any links to cool articles would be appreciated. I have not been able to find one that helps my confusion.

1 Like

This is an older topic about the subject

and here are some more general things about learning ChoiceScript that should explain pronoun variables as well

3 Likes

Thanks a bunch for those!

1 Like

There’s also this one

3 Likes