Abigblueworld
Member
- Messages
- 94
- Reaction score
- 1
- Points
- 8
So on my website there's a game for Fake Money Simulator and you can click the buttons to buy and get things and all that!
Here it is currently:
I think what I should do is add some leveling system so the more you test your luck and get it the higher your luck range will get by + 1!
It'll be an easy addition to the code of the simulator game. All I need to do is make a new variable (var) and call it, well, "levelthing#" (The # is a number, so each item is labeled as 1, 2, 3, 4) and it'll add more each time you gain it. Every single one will start at 2, and get higher each click by 1
Here it is currently:
I think what I should do is add some leveling system so the more you test your luck and get it the higher your luck range will get by + 1!
It'll be an easy addition to the code of the simulator game. All I need to do is make a new variable (var) and call it, well, "levelthing#" (The # is a number, so each item is labeled as 1, 2, 3, 4) and it'll add more each time you gain it. Every single one will start at 2, and get higher each click by 1