I am making a RPG and I want the user to type into text boxes, After that I want them to go to another screen but be able to have the same boxes with the numbers they previously entered saved and on top of that be able to still type in them. Any method which would avoid me having to type a line of code for every box would be prefered but that's highly unrealistic. I am aware I could just have the text box setting its text to it's own text,
eg system, every tick | set text (Textbox1) | Textbox1.text
but that may cause problems allowing both text boxes to be typed in I want the first textbox to be typed in while on the first screen then the second instance to be typed in after that and the first one doesn't matter.
TL:DR A your lazy its two paragraphs but I want to have a textbox keep its text through layouts