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

Help with this macro

1433551705

Edited 1433554547
What do I put in here so that the crit to confirm roll and crit dmg rolls only appear when a crit threat is rolled? /w gm Power Attack -?{PA|0} &{template:pf_attack}{{name=FALCHION}} {{ATTK=[[d20cs>18 +6 -?{PA}]]}} {{DMG=[[2d4+4 +(3*?{PA})]]}} {{CONFIRM=[[d20cs>10 +6 -?{PA}]]}} {{CRIT DMG= + [[2d4+4 +(3*?{PA})]]}}
1433557135
Spren
Sheet Author
Roll template rolls are tied to the sheet. So you probably just need to use the specific calls that the sheet uses. So {{attack}} instead of {{ATTK}} and {{crit_confirm}} instead of {{CONFIRM}}, etc. You can find the others here :<a href="https://wiki.roll20.net/Pathfinder_Character_Sheet#Roll_Templates" rel="nofollow">https://wiki.roll20.net/Pathfinder_Character_Sheet#Roll_Templates</a>