
Hi, i am quite new to Macros and Scripting and Probably there is an easy fix for this, but I somehow could not find one that works for me. I tried to adapt a little Macro which lets players choose a Healing Potion and I want to Adjust the Health accordingly: &{template:default} {{name=Healing Potion}} {{ ?{Potion| Lesser, **Lesser Healing Potion Used:** [[2d6+ [[@{selected|constitution}]]]]| Regular, **Regular Healing Potion Used:** [[4d6+ [[@{selected|constitution}]]]]| Greater, **Greater Healing Potion Used:** [[6d6+[[@{selected|constitution}]]]]| Potent, **Potent Healing Potion Used:** [[8d6+[[@{selected|constitution}]]]] } HP recovered ***Do not forget to remove Potion from Inventory*** }} !token-mod --set bar1_value|+?{Potion} But Token Mod just deletes the Value in Bar 1 and i can't find a way how to fix this? Maybe I am just overlooking something. A little help would be very much apreciated :) Thanks!