I'm building a character sheet and I have an issue with my macro'. When rolling the ability save the math works but when I
mouse over its showing all the math. For example the strength total is 16 so
the strength mod is 3. When I do the strength save roll it shows:
Rolling 1d20 + ((floor(((11 + 2 +3)/2)-5) = (11) +
((floor(((11 + 2 +3)/2)-5)
However I would like it just to show:
Rolling 1d20 + 3 = (11) + 3
I have seen this done on other character sheets and I’m
hoping someone on here can help.