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

Paladin Macro assistance needed please

I was trying to use the macro found at the post: <a href="https://app.roll20.net/forum/post/7761090/paladin-select-from-multiple-smites-macro" rel="nofollow">https://app.roll20.net/forum/post/7761090/paladin-select-from-multiple-smites-macro</a> ?{Spell level|No Smite,0|Blinding Smite,3d8|Branding Smite L2,2d6|Branding Smite L3,3d6|Branding Smite L4,4d6|Branding Smite L5,5d6| Searing Smite L1, 1d6|Searing Smite L2, 2d6|Searing Smite L3, 3d6|Searing Smite L4, 4d6|Searing Smite L5, 5d6| Thunderous Smite,2d6|Wrathful Smite,1d6}[Fire Damage] + [[?{Fiend/Undead|No,0|Yes,1}]]d8[Radiant Damage] + 2d6ro&lt;2[Slashing Damage] and when rolled it returns this: 2d6 + 1d8 + 2d6ro I want to have the macro provide the prompts when clicking on it however it it not giving an actual damage output.&nbsp; I am not good with the macros for roll20 so not sure what needs to be tweaked.&nbsp; Please help, my game is tonight and Would like to have it setup before the game.
1634061051
timmaugh
Pro
API Scripter
Pretty sure you just need to wrap the thing in double brackets (and remove line breaks). That would look like this: [[?{Spell level|No Smite,0|Blinding Smite,3d8|Branding Smite L2,2d6|Branding Smite L3,3d6|Branding Smite L4,4d6|Branding Smite L5,5d6|Searing Smite L1, 1d6|Searing Smite L2, 2d6|Searing Smite L3, 3d6|Searing Smite L4, 4d6|Searing Smite L5, 5d6|Thunderous Smite,2d6|Wrathful Smite,1d6}[Fire Damage] + [[?{Fiend/Undead|No,0|Yes,1}]]d8[Radiant Damage] + 2d6ro&lt;2[Slashing Damage]]] ...and worked for me. Or you could put it in a roll template: &amp;{template:default}{{name=Smitey McGee}}{{Paladin Smash=[[?{Spell level|No Smite,0|Blinding Smite,3d8|Branding Smite L2,2d6|Branding Smite L3,3d6|Branding Smite L4,4d6|Branding Smite L5,5d6|Searing Smite L1, 1d6|Searing Smite L2, 2d6|Searing Smite L3, 3d6|Searing Smite L4, 4d6|Searing Smite L5, 5d6|Thunderous Smite,2d6|Wrathful Smite,1d6}[Fire Damage] + [[?{Fiend/Undead|No,0|Yes,1}]]d8[Radiant Damage] + 2d6ro&lt;2[Slashing Damage]]]}}
Thank you That worked.&nbsp;