Hello guys,
I have what might be a simple question for you.
I want that at the beginning of the program the user defines a username for itself that'll be shown troughout the game.
Like
What's your name? [Textbox where he puts "Mike"]
Hello Mike!
PS: I know how to put the "Hello Mike!" sentence. It's to create a textbox and put in the field ["Hello "&username"!"] right?
Thanks beforehand.