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

How do I subtract damage from a group of tokens?

Right now, I simply click on a single token, then click on a bubble, and type "-x" to subtract x from the displayed number whenever damage is done to that specific token. Is there a faster way to do this for a group of tokens caught in an "area of effect" attack? Apply the same amount of damage to the same bubble for all of them?
1624770363

Edited 1624770837
vÍnce
Pro
Sheet Author
Hi C.F., Regular macros cannot make attribute changes. Macro commands are basically read-only in regards to sheet attributes. To change attributes from a macro you'll need to use an API script (pro subscription) like tokenmod,  chatsetattr, groupCheck , applyDamage , or similar.