So I am trying to make a clickable table a la Taking20's dice roller. I am using the 5e OGL sheet and I have the specific dice macros working fine but when I try to wrap them all up I am having issues. Here is the macro I have (without the spaces between ! and &.) /w gm &{template:npcaction} {{name=Choose your Dice}} {{rname=Dice Roller}} {{[D4](! & #13;#d4) [D6](! & #13;#d6) [D8](! & #13;#d8) [D10](! & #13;#d10) [D12](! & #13;#d12) [D20](! & #13;#d20) [D100](! & #13;#d100) [D??](! & #13;#d??)}} and [this]( <a href="http://imgur.com/a/MqO5a" rel="nofollow">http://imgur.com/a/MqO5a</a>) is what that outputs. I tried substituting some of the closing curly brackets with & #125; but that corrupted the chat log so I am going to assume I did that wrong. Oh and to sweeten the pot, the first time I made this macro up it worked fine, clickable boxes and everything. Edit: I am also having this same issue with another nested, clickable macro table thing, so I probably have a fundamental issue with something.