
I use this clunky stich-together I made to increase token's bar1 hit points beyond max for such uses as the False Life spell. !token-mod {{ --set bar1_value|[[{ (0@{selected|bar1} + 0d0+?{How many hit points do you increase?|0} ), (0@{selected|bar1|max}d1 + (999)) }kl1 ]] --report all|"{name} gained {bar1_value:abschange} hit points" gm|"{name} has {bar1_value}/{bar1_max} hp" --ids @{selected|token_id} }} How can it be modified to increase BOTH current and max hit points? Thank you!