So I have been using token mods for different types of healing in a 5e game I am running. For example the warlock is using this marco for Healing Light: !token-mod {{
--set
bar1_value|[[{@{target|Target|bar1}+?{How Many D6s? |1|2|3|4|5}d6, @{target|Target|bar1|Max}d1}kl1]]
--ids
@{target|Target|token_id}
}}
!ammo -M9i2QCzNvxy-Gop2RMq class_resource -?{How Many D6s? |1|2|3|4|5} Healing Light This works great, but my players always ask if there is a way to display the dice roll in chat. As is the warlock uses the macro and the target characters hp changes, but there is no record of by how much. After a couple of hours messing with it, I gave up and now decided to ask the forum.