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

In need of help with a macro or two for classic deadlands.

So I would like a macro that allows the player to chose what dice and how many, then to enter in a difficulty, then to enter in any modifiers. It rolls and keeps the highest dice, and shows the raises which is every 5 over the target number, I wrote this but it only shows the raises /e makes [[floor((?{What Dice?}!!k1 - ?{What's the Difficulty?})/5)]] raises! Please help I am rubbish at macros
1519281127

Edited 1519281164
Hi, James C. If you'd like to show both the dice total and the number of raises, you would need assistance from an API Script . For example, after installing the API Script PowerCards , you could use this macro to do so: !power {{ --Roll|[! [^Dice.base] !] --Raises|[[ floor(( [$Dice]{?{What Dice?|1d10}!!k1} - ?{What's the Difficulty?|1}) / 5) ]] }}
Thanks @silvyre