Hi!!!
I'm wondering if some one can help me please.
The idea is this:
You start the game and this ask your name example: "John"
And in sometimes in the game, in some text or something like that it appears "Hi "John" this is the game tutorial
Thanks a lot!!!
Develop games in your browser. Powerful, performant & highly capable.
The keyword you should be looking for, is "global variable" and check out the manual's system expression for string processing.
You could, for example, "Hi, " & playerName & ", this is how you use variables in text".