Hey, I'm trying to figure out how I can store a character's name (once the player enters it) into a variable...then apply that variable name to a different character.
Basically, for my game I have a couple of different classes. But the way I have to do it is each class gets a character, so as not to eff up the levels and such.
Problem is, though, that their names will never be the same as the original character. Due to the player having the ability to enter any name they want for the original. >_<
Can anyone help me out? (If this belongs in scripting,put it there =D)