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

Easy Macro question

1428797204
vÍnce
Pro
Sheet Author
I want to create the damage macro for Corrosive Touch(PF spell) "Your successful melee touch attack deals 1d4 points of acid damage per caster level (maximum 5d4)." Here's my macro. [[ ({floor(@{selected|class-0-level}), 5}KL1)d4 ]] It doesn't roll the d4 amount, it only returns the class level. Thanks
That doesn't work. You need to use nested inline rolls. [[ [[ formula ]]d4 ]]
1428797903
vÍnce
Pro
Sheet Author
Thanks HB That's only on the Dev... right?
At the moment, yes.