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 .
×

Inspiration Pool Display Total Inspiration Dice

1628518678

Edited 1628520255
I'm trying to add a formula that will show my total inspiration dice based on my intel and half my level. I tried to follow a few of the macro guides but I just don't understand how it would be written in the feat line. I would like to be able to just click "inspiration" and have it go into chat and show the total amount I have available based on Intel Mod+1/2 level Currently, I'm trying to use {@{Jupzi|intelligence} + @{Jupzi|level} * 0.5} Dice but it's using the full intel score and not the modifier, and I'm not sure what the expression is for the modifier of an attribute, and then it doesn't show the total when I click on the feat to link it into chat. The output I receive is  {16 + 8 * 0.5} Dice, and of course I'd like it to just show the single integer that the equation would otherwise produce.
1628526278
timmaugh
Roll20 Production Team
API Scripter
What if you just tried: [[@{Jupzi|intelligence} + @{Jupzi|level}/2]] Dice
Eric M. said: I'm trying to add a formula that will show my total inspiration dice based on my intel and half my level. I tried to follow a few of the macro guides but I just don't understand how it would be written in the feat line. I would like to be able to just click "inspiration" and have it go into chat and show the total amount I have available based on Intel Mod+1/2 level Currently, I'm trying to use {@{Jupzi|intelligence} + @{Jupzi|level} * 0.5} Dice but it's using the full intel score and not the modifier, and I'm not sure what the expression is for the modifier of an attribute, and then it doesn't show the total when I click on the feat to link it into chat. The output I receive is  {16 + 8 * 0.5} Dice, and of course I'd like it to just show the single integer that the equation would otherwise produce. Which character sheet is your game using? The attribute names are different for each game system & character sheet.