hey, I'm doing a bit of testing with the macros and I've found some pretty good options, the problem is that I'm running into problems that are probably caused by the syntax (or impossible to do). so this is what happened, i try to make an easy way to for my player to use potions so i write this macro : ?{Potion of |Healing,/roll 2d4+2| Greater Healing,/roll 4d4+4| Superior Healing,/roll 8d4+8| Supreme Healing,/roll 10d4+20} its nice an "print" the result in the chat box, then they add it to their character sheet or their linked token so I thought it might be possible to go a step further : !token-mod --set bar1_value|?{Potion of|Healing,+[[2d4+2]]|Greater Healing,+[[4d4+4]]|Superior Healing,+[[8d4+8]]|Supreme Healing,+[[10d4+20]]} so now they they have a button in their token action that let them heal it. BUT we can't see the result in the chat so I tried to put the two into one macro &{template:default} !token-mod --set bar1_value|?{Potion of|Healing,+[[2d4+2]]|Greater Healing,+[[4d4+4]]|Superior Healing,+[[8d4+8]]|Supreme Healing,+[[10d4+20]]} {{name=Heal}} = {{$[[0]]}} but I can't get it to work thank you in advance for your help