Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Updating my current stat rolling macro to display the total in a seperate box.

1680354136

Edited 1680354235
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.
Displaying the total can be done by Reusing Rolls as &{template:default} {{name= Ability Scores}} [[ [[4d6kh3]]+[[4d6kh3]]+[[4d6kh3]]+[[4d6kh3]]+[[4d6kh3]]+[[4d6kh3]] ]] {{$[[0]]$[[1]]$[[2]]$[[3]]$[[4]]$[[5]]}} {{Total $[[6]]}}