Good Day, Is it possible to write a macro within the html of a custom character sheet, and then call it as though it were a character ability? I know that I can make buttons that act functionally similar. However, many (nearly all) of my actual in-game macros reference both the currently selected character and a target. You cannot normally include a target's stats within a character sheet, so I am required to write macros within the campaign itself to connect the two. What I want to do is be able to write that macro as text that is not automatically executed by the character sheet, which I can then call just like a regular ability. Even better if I can automatically make a token action for said ability such that all tokens connected to a character sheet would automatically have the roll available. For example, I would like to make a macro that sends the following greatly simplified damage roll formula: [[ 1d10 + @{selected|strength} - @{target|armor} ]]. It would be sent to chat like any macro or ability, and roll there like normal, including calling any roll templates with it, API commands, and so on. This is very easy to do via a character ability, of course. But, I want to write it directly into the character sheet and then call it on command. Thank you very much for any advice or assistance.