Carey S. said: I've trimmed down the above macro for use for my sorcerer (working on a chill touch macro). My problem is that the html code (in bold) doesn't stay once I save the macro. it tests just fine when noted below, but once the , and the } reappear, its all jacked up again - and that happens as soon as I hit save. Any suggestions? This is a fundamental issue with roll20 macros. You aren';t quite correct on the problem though. When you hit Save, your macro is fine and will keep working. The problem happens when you open the macro. The instant you open it, those html entities are parsed and converted to the characters their represent. So you have two main solutions to this: When you save the Macro, never reopen it . It's that simple. It's a good idea to save a copy of the macro somewhere outside of roll20 in case you do accidentally open it. Abilities on character sheets do not suffer this problem. So you can create a character purely to store macros on, as Character Abilities. If you set this character as Editable by all, and visible to none, players can use the "macros" stored on it, but the character doesnt show up in their collection so they cant edit it. Call this character something like Macros. The second option is preferred by a lot of people and has other advantages: for instance, you can copy the character to another campaign, and this keep your macros when you start a new campaign.