Anyway this is a sample of the code I was trying, and to give an idea of what I mean.
*choice
#Male
The standard safe choice as a soldier in the times.
*choice
#Are you sure this is what you want?
*choice
#yes
*goto race
#no
*goto gender
Gender would bring you back to the choice of male or female, race being the race/ country of origin. And I want the type of choice are you sure this is what you want for each thing in case one chooses the wrong thing or changes their mind, then when they decide a sex, then race, they can choose from a specific name list specific to the place. Like if was a man from Russia, they’d choose names like Boris, Ivan, etc.
so this link was helpful to an extent:
However, it doesn’t fully help because I like the option to reset it making sure the choice is indeed what I want. so I’ll have to make names baced on race and sex unlike the link above which is just male or female names.
Edit: I’ll have to do something like this:
*label male_Russian_name
*label male_Italian_name
*label male_English_name
*label male_German_name
*label male_Frecnh_name
*label female_Russian_name
*label female_Italian_name
*label female_English_name
*label female_German_name
*label female_Frecnh_name