So, I ran into a little bit of an issue, with that being that, currently, I have all my MC’s variables set up, including name, surname and fullname, but I’m not quite sure how to set up, in this case, the MC’s family.
Currently, I have:
Basickly what I’m trying to do is make it so when you select the surname of the MC, it will also input that variable, stone, wood, what ever, into the surname of k_. Also, I would preferably want to do it all in one go, instead of having to put something like:
*set mc_surname "x"
*set k_surname "x"
in every single choice.
With all in mind, does anyone have any tips on how I might go about that?