Oh, I see; you wish to also see the 3D Dice roll! Okay, I will offer you two solutions. 1. The first solution requires you to create four Rollable Tables just like this: Then, you would use a macro like this to make the test: /em makes a test!
[[ 1t[Test-[[ ceil(1d20 / 5) ]]]] ]] (Of course, you can change "Test" in the Rollable Table names to whatever you would like.) 2. This second solution will not show 3D dice yet, unfortunately (the API cannot yet roll 3D dice). However, it will do the calculation very nicely! This solution requires that the Creator of your game has a Pro subscription in order to make use of the API Script called PowerCards . With PowerCards installed, you could use a macro like this to make the test: !power {{ --I rolled|[[ [$R] 1d20 ]] -- ?? $R <= 5 ?? |Failure. -- ?? $R >= 6 AND $R <= 10 ?? |Partial success. -- ?? $R >= 11 AND $R <= 15 ?? |Complete success! -- ?? $R >= 16 ?? |Higher success! }}