
So while running mutants and mastermind game last night I notice that when it came to graded checks i was very slow in figuring out the degrees of success/failure so i would get frustrate at my self which would take it longer for me to figure out, so i was wondering if some one could help me with a macro/ or write a script that i can easily calculate the graded result. so graded checks work like this (for those who dont know what im talking about) Result of check - DC for ever whole 5 positive or negative is a degree of failure (for example [DC 20] a result of 30 would be 3 degrees of success while a result of 10 would be 2 degrees of failure) the only exception is that again [DC 20] result of 21 is 1 degree of success and a result of 19 would be 1 degree of failure so essentially the first failure degree are much larger than the rest [19-11] ( <a href="http://www.d20herosrd.com/#TOC-GRADED-CHECKS" rel="nofollow">http://www.d20herosrd.com/#TOC-GRADED-CHECKS</a> ) so as simple as something like [[ (?{Result|0}-?{DC|0})/5]] would work in theory but i would like something more absolute (so it doesn't come out as 0.2 or -2.6 it just reads number of success or failures) any one up for the challenge.