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

Multiplying Result from Macro

Good afternoon, I'm not sure if this is possible but I need the result from the following Macro to then roll that many d6's. &{template:default} {{name=**Knockback Dices to Roll**}} {{ [[[[{2}+ ?{Target in Air|No,0|Yes,-1} + ?{Target rolled with Punch|No,0|Yes,-1} + ?{Target is underwater|No,0|Yes,+1} + ?{Attack was a Killing Damage attack|No,0|Yes,+1} + ?{Attack was a Martial Manoeuvre|No,0|Yes,+1} + ?{Target is using Clinging|No,0|Yes,+1} + ?{Target is in zero gravity|No,0|Yes,-1} + ?{Other Mods|0}}]] ]]}} So if the result from that is 2 it will then roll 2d6 and give the result. Any ideas. Greatly appreciate the help. 
You just need to add an extra set of brackets and a 'd6': &{template:default} {{name=**Knockback Dices to Roll**}} {{ [[ [[[[{2}+ ?{Target in Air|No,0|Yes,-1} + ?{Target rolled with Punch|No,0|Yes,-1} + ?{Target is underwater|No,0|Yes,+1} + ?{Attack was a Killing Damage attack|No,0|Yes,+1} + ?{Attack was a Martial Manoeuvre|No,0|Yes,+1} + ?{Target is using Clinging|No,0|Yes,+1} + ?{Target is in zero gravity|No,0|Yes,-1} + ?{Other Mods|0}}]] ]] d6]] }}
Thank you Jarren that did the trick I just couldn't see the obvious. You are a legend.