Hi all, first time poster. I'm trying to set up a macro to have all tokens on the current page with the same name ("Troll") regenerate 10 hp, up to hp_max. I tried the following macro, but it adds 10 to one token's hp and copies that value to all the other tokens named "Troll". What I want is to have 10 added to each individual troll's hp. !token-mod {{
--ids @{Troll|character_id}
--set bar3_value|[[{@{selected|bar3|max},[[@{selected|bar3}+10]]}kl1]]
--current-page
}} Is there a way to do this with Token Mod? I'm using the D&D 5E 2014 by Roll20 character sheet, if that matters, and bar3 as hp. Thanks!