Usually when I make a game I have an input text box for people to enter thier names, and then somewhere else in the game I wil call upon that variable. Now, this used to work for me by just making an input text box with variable 'username' and then later a dynamic text box with variable 'username'. Now, when I do that, for some odd reason the second (dynamic) text box will display n ot only the character string user entered, but it is surrounded by a mass of attribute tags like 'align = left' 'font color' etc. OR (and seemingly random) the text will have the same format as the previous input text box. For ex. if the input was centered, then no matter what alignment i set to the dynamic text, it is centered... Anyone know a better way to save and load text string variables form input text boxes? Thanks in advance,
-Ryno