
Hi there, This is my first macro post so I hope I'm doing it in the location. If not, lmk so I can move it :) I've currently got a very basic rolling macro to roll stats for DND/Pathfinder which currently looks like: &{template:default} {{name= Ability Scores}} {{[[4d6kh3]][[4d6kh3]][[4d6kh3]][[4d6kh3]][[4d6kh3]][[4d6kh3]]}} which currently prints out an ability score table which looks like this: However, I have a rule in my game that those values must add up to 75 in order to be used, to keep everyone's stats in line. Is there a way to update the macro to add a new box (perhaps to the side or underneath) That totals up the score to display if its over 75? Thanks.