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

Can't get my default template formatted propely when using roll queries

1615171536

Edited 1615177372
I swear I searched like crazy for the answer to this before posting. Sorry if I missed something obvious. My macro is: &{template:default} {{name=Shooting}} {{d8 w/ wild=[[{{{1d8!!,1d6!!}kh1}+?{Attack Mod|0}}]]}} {{?{Weapon|Heavy pistol, Heavy pistol dmg,[[2d6+1]]|Assault Rifle, Assault rifle dmg,[[2d8+1]]}}} But for some reason it looks like this: with the "," comma showing at the end of the damage description and the alignment for the roll not properly right justified. Any ideas what I did wrong? Thank  you!
1615183134
Kraynic
Pro
Sheet Author
Try replacing your , with =.  The default template splits things between the two columns with the gap being triggered by the =.  You have one on the first line, but not on the second, so everything on the second line is in the first column. {{?{Weapon|Heavy pistol, Heavy pistol dmg=[[2d6+1]]|Assault...etc.
1615483061

Edited 1615483337
Awesome, thank you! Works perfect. And that totally makes sense. I should have caught that.