
Hello. I am trying to implement a Roll command that prints a roll template to the chat for my Character Sheet. I want to use this for making a roll, and having a button to do the roll over and over again, as it can be needed multiple times. Like this: Do anyone know if it is possible to do this? All my tests have either caused the roll template to be printed immediately, before the roll command was clicked. When I try to use HTML encoding for special characters, such as {}[]& etc, for the roll template, then nothing gets printed when I click my roll command. If anyone knows how to make something like this I would love to know how.