Hello community,
So I have a little quest ahead, and I can think of a way to do it, but I do not know if this way would be the best and smarter, so I need some advice.
I have several characters, and the screen where the player selects which one to play. You just swipe to the left or right to navigate through the characters, only one character appears on the screen at each time.
Below the character there is a text indicating it's name, so the text changes at each character.
How do I save all the names and display then according to the selected character?
The way I am thinking is to have a Dictionary and save all the names, then get them through the keys. That's what I am trying to do now, but it is turning out to be not so simple as I expected because it needs Ajax (or am I wrong?) and I never used Ajax before.
If this way is really the best way to do this, please can you explain me how to retrieve the values from the Dictionary Editor? Using ' Dictionary.Get ' doesn't work, I'm missing something.
Thank you so much for your time and help :)
Isaac