Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.
You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
HBGames
I need to know how to make variables from certain things. I'm not talking about $game_variables either.
I have my 'input' screen, where the user can input a number, the variable is called @deposit_number. I don't know how to make it so that the deposit number is added to a storage number, such as @amount. I think it's:
@amount += @deposit_number
But, I haven't actually made @amount yet; so that is first thing to do.