Hi, I'm making a game where it is neccesary for the players name to be known. At the beginning of the game, the player is asked to type in his/her name, and I want that name to be used by the characters, for example: "Hi <NAME> welcome to the game!" Could you please tell me how to do this? Thanks in advance!
Offline
Use a variable and the join blocks
Offline
Here is the script you would use to ask the player for a name:
Here is a script you would use if you wanted a sprite to say the players name in a sentence:
If you wanted more than one stored name, you could create a new variable to store a new name. I hope that helped!
Offline