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

macro tricks

so, this is a macro I have &{template:pf_attack} {{name=Shocking Scimitar}} {{attack=[[1d20cs>18 + 9 + ?{Attack Mod|0} ]]}} {{crit_confirm=[[1d20 + 9 + ?{Attack Mod|0} ]] }} {{crit_damage= [[ {1d6 + 1} ]] }} {{Slashing= [[1d6 + 1]] }} {{Shocking Grasp= [[6d6]] }} what I'd like to do is have it so that the crit damage goes straight into the damage from the slashing. so instead of it showing +3 for crit damage. the slashing would have the extra 3 in it. can that be done? and then I guess so that it's not there twice. is there a way to have the macro roll done invisibly?
Not with regular macros, Brad. You need API access to do conditional statements based on the original roll.
darn, there goes that fun. when I noticed the app was out. I was making macros for my 'at the table' character. so I don't have to do all the math on an intensified & empowered spell. oh well
I just make a stand-alone macro for "Math Sucks" that has a pair of queries to ask what two numbers to add together :) (yes, I'm that lazy...)