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

Pathfinder Official Roll Template doesn't show damage portion

1559945038

Edited 1559945681
Trying to make attack macros for my character's weapons, but currently stuck on getting the damage portion of the attack to show. I've used stuff from the wiki here using the Pathfinder template <a href="https://wiki.roll20.net/Pathfinder_Official_Templates#Most_used" rel="nofollow">https://wiki.roll20.net/Pathfinder_Official_Templates#Most_used</a> as well as this forum post I found <a href="https://app.roll20.net/forum/post/6400044/pathfinder-official-sheet-roll-template-macro-not-showing-damage" rel="nofollow">https://app.roll20.net/forum/post/6400044/pathfinder-official-sheet-roll-template-macro-not-showing-damage</a> but can't seem to find a solution. This is the macro I have right now: &amp;{template:pc} {{showchar=[[0]]}} {{attack=Yes}} {{charname=Bruno}} {{name=Crossbow, Light}} {{type=attackdamage}} {{atkvs=Ranged vs AC}} {{roll=[[1d20cs&gt;19 +@{Bruno|ranged_mod}]]}} {{critconfirm=[[1d20+@{Bruno|ranged_mod}]]}} {{dmg1flag=1}} {{dmg1=[[1d6+@{Bruno|dexterity_mod}]]}} {{dmg1type=Piercing}} {{dmg1crit=[[2d6 + (@{Bruno|dexterity_mod})*2]]}} Right now it shows the AC roll, it does crit confirm roll, but the damage roll doesn't show up at all. Does anyone see what exactly my issue is?
Never mind, the issue seems to be solved. I added in a toggle for damage and that brought up the damage roll in the macro.