Wait, divide by .5? If you divide something by 0.5 then that is the same as multiplying it by two. Seeing as it would have been a lot simpler to say "double it", did you in fact mean to multiply it by 0.5, ie to halve it?
For instance, if I roll 7 (statistically speaking, it is the most likely roll on 2d6), then divide it by 0.5, then that's 14. If I multiply by 0.5 then it's 3.5
And a long time ago I wrote a little python script that was similar to this, basically generating a simple story - though names and details would need to be filled in by the user. It had all kinds of random variables and things.
|