Is there a way to save a string as an integer? or is it impossible? I have a String that saves what you type and with the code i have it only allows you to type in numbers. Then when i press enter i want it to be saved as a string and pass it through to the world to generate the game with the amount of pins as what the string was saved as.
So i have a game generation that rely's on the input of an integer to create the specific amount of pins within the game, and im trying to use the string to input an integer to do the generation of the game.

