Hi folks. I am trying to allow a player to name the roles of their caregivers.
Let’s say, for sake of argument, they are:
Your mother
Your father
Your aunt
Your uncle
After that is set, I want them to have the option of adding a second caregiver. I want to change the above list so that if, say, they selected mother, on the second list it would read instead “Your other mother”.
I see I can use *selectible_if but I am not clear how to actually change the language in the option. Can I somehow code it to show:
Your (if X=mother show “other”) mother
?