I'm SO stupid with coding, so bear with me.
I am playing around with building a simulator.
1. Real stupid: To make monet I create a variable and name it money, correct?
2. How the game will work (maybe) is you have a ship and you sim month to month. Each month, a pop-up comes up telling you how many prizes (merchant ships) you have taken and how much there worth. I need some type of code that each month it runs a script that roles like a computerized dice (user dosen't see it- computer calculates it), so that 0 or 1 means you get 0 prizes, 2,3,4 you get 1, and 5 and 6 for 2 prizes. I would also like a way (if possible) that it repeats it multiple times for the amount of ships you own, given you make a variable called ship to remember that.
... more to come