
Hi all, I have been having a look around the forums and googling to try and find a way to embed an ability macro that is on a character sheet (roll20 5E OGL) into a single macro that whispers a list of buttons to the player; I know you can embed a global macro using: [button-name](!
#macro-name ) but the ability I was hoping to embed looks like this when I run it from the sheet and call the code using the up key: %{character-name|ability-name} is there a way to do something like the first code with the global macro but with the ability? ***Figured it out, so if anybody is looking at this and is interested I needed to use the HTML code for the % sign.*** looks like this: [button name](!
&#37{character-name|ability-name} Thanks in advance, Aaron.