
I would like to add a clickable button for performing Sneak Attack below each weapon attack my rogue makes. When I click that button I would like something like the following output: &{template:5e-shaped} {{character_name=@{Cel|character_name}}} @{Cel|show_character_name} {{title=Sneak attack}} {{attack_damage=[[2d6[damage]]]}} {{has_attack_damage=1}} In fact, when I paste this code directly into the Chat box it works fine and shows: The first problem is that when I try to make a clickable button with the following, it does not show me the button when I execute it directly in the Chat box: [Sneak attack](~&{template:5e-shaped} {{character_name=@{Cel|character_name}}} @{Cel|show_character_name} {{title=Sneak attack}} {{attack_damage=[[2d6[damage]]]}} {{has_attack_damage=1}}) Instead of the clickable button, I get the same output as the image above. And when I try that code in the Attacher like so: It does not work either. When I make a Rapier attack, for instance, there is no clickable Sneak Attack button and it produces the following messed up output: I am aware that it may be possible to add a Sneak Attack button for each weapon individually, as detailed in the following links: <a href="https://app.roll20.net/forum/post/6375001/slug%7D" rel="nofollow">https://app.roll20.net/forum/post/6375001/slug%7D</a> <a href="https://bitbucket.org/mlenser/5eshaped/wiki/Creating%20and%20Linking%20Character%20Abilities#markdown-header-sneak-attack" rel="nofollow">https://bitbucket.org/mlenser/5eshaped/wiki/Creating%20and%20Linking%20Character%20Abilities#markdown-header-sneak-attack</a> I do not want to do that though, as it should be possible to do it generally with an Offense Attacher...