I’m having trouble with…adding a surname to my game.
So, I wanted for people to be able to choose their own surname and name in my game (for their MC). The following is what I did:
*create name “name”
*create surname “surname”
Later on:
*fake_choice (then listed the choices). I did separate choices for name and surname.
Then I was able to use both surname and name once in the text by using ${name} ${surname}.
Since then, I have been able to use the same format for name, but surname stopped working. It just ends up showing as surname. Not really sure how to fix this issue or what I am doing wrong.
I’d be grateful for any advice!