Hello friends,
I am programming a game, and have a need to set the text (which the user has inputed) to a variable in order to save it (with saveVars).
I already know how to save vars, and how to be able to make the text be inputed , but the question is, how do i set the text to a var.
i figured it would be something like...
char pname;
pname = p_name.text;
saveVars (etc.. etc.. etc..);
but obviously it doesnt work...
can someone help?