NB looking variables?

If I understand your problem correctly, you want certain NPC to ‘misgender’ your MC and you don’t want to copy paste all the pronouns into variables.

You can make use of this solution using arrays:

All you have to do is created a separate variable for what gender each npc thinks you are, then use that for indexing the pronouns in the array.

2 Likes