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 Trouble

I have a character with a staff of striking, which does different damage based on the number of charges expended. I can write an attack macro easily enough, but it occurs to me that there should be a way to write the macro such that it asks how many charges are to be expended and then bases the damage on that number. Does anyone have any ideas on how to accomplish this?
1531168217
vÍnce
Pro
Sheet Author
[[ ?{number of charges?|1,1|2,2|3,3}d6 ]]
1531168845

Edited 1531168873
Do you mean something like a macro prompting a fillable field ? Because that's one of the very few things I know how to do, you'll just need something like : [[ ?{Charges |0}all.your.modifiers.and.operations]] **Damages**
Ah, okay! Thanks, folks! I knew someone out there had the answer!