Im making a small rpg game, mostly text based, where you buy stuff and then sell it. I have made the buy screen, and the inventory, but I am struggling on making the actual selling part. I think im going to make it automatically sell when you press "start selling". (if you have a better idea on how I can do the selling part of the game, let me know). So I have global variables for each different product you can buy, how would I make it so a set number of customers come in to buy stuff, and when they do buy stuff they buy a random number of one or more different products? Thanks in advance!