Okay so, I'm currently working both on a weird system that would NEVER work IRL but could absolutely work fine with a computer. Basically, the idea is that you have a characteristic, let's say dexterity, and a competence, let's say stealth. If the GM asks for a stealth roll, you add the stealth and dexterity number, and that gives you a certain number of points. Let's say 250. What you would do is use a d100, and do it like that : First roll : 250-1d100. Let's say we have 50, so we have 200 points left. That's one success. Second roll, let's say we roll a 100, we have 100 points left. That's a total of two successes. Third roll, we have a 50, we have 50 points left. Three successes. Fourth roll, we roll a 20, we have 30 points left, four successes. Fifth roll, we have a 50, that's more than 30, we stop, four successes. That is EXTREMELY long and painful to do by hand. But, Roll20 gives us all kinds of possibility. Would it be possible to create some kind of macro that would do that automatically for me for any number of points I enter ? I know a few simple programation things, so with the right resources, I could probably do it. Basically, I know how to do it with Python, but I don't know how to do it in any other langage or on roll20. If using some kind of plugin that works with roll20 would help, I can totally install it, as long as it's on firefox, or maybe chrome.