Hi Everyone, I'm trying to adapt a rule on failure margin calculation from a RPG. I have some difficulties with this because it need to do a substraction. what is the rule : roll 1d20, if result is above a treshold (not described here as not usefull), it is a failure and severity of the failure is calculated as roll result minus treshold. then failure margin (FM) depend of this substraction result (let's say 1-2, FM =1, 3-5, FM = 2, 6-10, FM = 3, ...etc (it is not simple rule, it need a table)) As i didn't found a way to do a roll once for all input parameter, i can't calculate it as input of the roll template. As roll template and even rollbetween can't accept variable for all slot. I can't calculate it in roll template. Any idea, did i missed something ? Thanks for reading and help if any.