hi  I use D&D 5E  template and want run a macro for damage when target is hitting so for npc macro there is no problem :  &{template:npcaction}{{rname=[Réussite]("style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display: inline-block; width: 180px; color: blue; text-align:center )}}   {{description= dégats : [[@{selected|repeating_npcaction_$0_attack_damage}]] @{selected|repeating_npcaction_$0_attack_damagetype}  }}  but for player it's make nothing  &{template:npcaction}{{rname=[Réussite]("style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display: inline-block; width: 180px; color: blue; text-align:center )}}   {{description= dégats : [[%{selected|repeating_attack_$0_attack_dmg}]] @{selected|repeating_attack_$0_dmgtype} }}  after modify and use %{selected|repeating_attack_$0_attack_dmg} in place of [[%{selected|repeating_attack_$0_attack_dmg}]] I have this result :          how have the same like npc :     thank you