Hello again! In the 53 OGL sheet I am trying to make an ability that will pull up a set of clickable buttons for other abilities on the character sheet. So the Button Ability is &{template:default} {{name=Actions}} {{Actions=[Thunder](~A Thunder )}}
and the ability is &{template:default} {{name=Thunder}} {{Attack=[[1d20+@{selected|pb}+@{selected|dexterity_mod}]] | [[1d20+@{selected|pb}+@{selected|dexterity_mod}]]}} {{Damage=[[6+3]]}} {{Crit=+6}} {{Thunder Damage=[[1d8]]}} {{Additional Effect=On a hit, the target suffers the attack's normal effects, and it becomes sheathed in booming energy until the start of your next turn. If the target willingly moves before then, it immediately takes [[2d8]] thunder damage, and the spell ends.}} In the Button ability I have also tried [Thunder](~selected|%A Thunder) and I get "No ability was found for %{selected|%A Thunder}" The first ability works and a default template with a button labeled Thunder is there and clickable but when I click it I get "typeError: Cannot read property 'substring' of undefined" I have no idea what I am doing wrong.