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

just getting into roll templates and I am stuck

&{template:atkdmg} {{mod=10}} {{rname=green-flame-forgotten}} {{r1= 1d20}} {{normal=1}} {{attack=1}} {{damage=1}} {{dmg1flag=1}} {{dmg1=1d6+6}} {{dmg1type=piercing}} {{dmg2flag=1}} {{dmg2=2d10}} {{dmg2type=force}} {{crit1=crit1}} {{crit2=crit2}} {{charname=Tabris}}  not sure what I am doing wrong? It is not calculating the the rolls but displaying them as 1d20 1d6+6 and 2d10. thank's for any help!
put the [[ ]] around the rolls for inline calculations &{template:atkdmg} {{mod=10}} {{rname=green-flame-forgotten}} {{r1= [[1d20]]}} {{normal=1}} {{attack=1}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[[1d6+6]]}} {{dmg1type=piercing}} {{dmg2flag=1}} {{dmg2=[[2d10]]}} {{dmg2type=force}} {{crit1=crit1}} {{crit2=crit2}} {{charname=Tabris}} 
1600947895
David M.
Pro
API Scripter
It may be helpful to review the dice rolling documentation here .