I know the title is confusing but I’m gonna try my best to explain my request.
In the game I’m trying to make I want that once the player entered his name I could use that part (the name part) in other scenes, but it seems that I can’t do that in the “logical way”. The text entry not being present in another scene I’m unable to giveout the “textentry.string()” in other places.
Does anybody have an idea, or alternative that would work ?
In your other scene just add the second event at the begin of the Scene so you read the storage and assign that value to a scene variable then just use the Game.TheName
Suppose you have a scene where the player puts his name called SelectName(Scene) there you use those events to save the name that player writes in the Storage.
The important part here is the Write thing, maybe you need to adapt this when the player hits Return or in a button click, then you save with Write in Storage.
Now you have another scene for example GameScene(Scene) in this scene you only put the Read from Storage event and assign the scene variable to Game.TheName