I'm making a text-based RPG (Sure you haven't heard that one before ;))
So I'm trying to randomize the damage that the player deals.
I want the damage to be (strength*2) + a random number between the variables mindamage and maxdamage, how do I do that?