I making a game where you have to fill in your name at the beginning and the game uses this name through the whole game.
I use:
string name;
InputBox("What is your name?", name);
Display ("Your name is %s.", name);
Is there a way to use this in a dialog?
I use:
string name;
InputBox("What is your name?", name);
Display ("Your name is %s.", name);
Is there a way to use this in a dialog?