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

Hi Need Help with a macro adding

1688231594

Edited 1688231633
so short version my dm uses this macro:  to roll our ability scores but to be accepted they have to be over 75, so im wondering if roll20 could get those numbers and add them to a total like 5 5 5 5 5 5 = 35 & { t e m p l a t e :default } { {name = Ability Scores } } { { [ [4d6kh3r <1 ] ] [ [4d6kh3r <1 ] ] [ [4d6kh3r <1 ] ] [ [4d6kh3r <1 ] ] [ [4d6kh3r <1 ] ] [ [4d6kh3r <1 ] ] } } 
1688232076

Edited 1688232098
GiGs
Pro
Sheet Author
API Scripter
You can do this with an undocumented feature the Roll20 community calls Reusing Rolls. &{template:default} {{name= Ability Scores}} [[ [[4d6kh3r<1]] + [[4d6kh3r<1]] + [[4d6kh3r<1]] +[[4d6kh3r<1]]+[[4d6kh3r<1]]+[[4d6kh3r<1]] ]]{{$[[0]] $[[1]] $[[2]] $[[3]] $[[4]] $[[5]]}} {{Total=$[[6]]}}
Thanks GiGs, undocumented features is fun