Envision, Create, Share

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.

Variables

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.

Thanks for any help :)

edit: typo
 
Erm, yeah, thanks for the help :-/

I need to know how to make this variable to store things in, if I wasn't clear enough in the first post.

*Looks at bottom of Daniel's sig*

I wonder why?
 
But what Daniels saying is that what you put (@amount += @deposit_number) is how you would do it. @amount just has to be equal to a constant before you try to add something to it, so put like @amount = 0 in def main of the scene.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top