Hello, I have been working on a character sheet for a few weeks now and am hitting lots of roadblocks. Mainly because I am quite computer stupid and HTML oblivious. I'm creating a new version of the Castles and Crusades sheet and am having the following major issue. I can't get a template to work on a character sheet connected roll. I am setting up a few default rolls on the sheet and I want it to show up as a template in the chat. When I don't add the template stuff the function works, but when I add the template all I get is gooblydock. This is the code: <td><td class="bluehilite boldme alcenter medium" style="background-color:red;color:black;padding:2%;">Melee Attack<button type="roll" value="&{{template:default}}{{name=Melee Attack}}{{Attack Roll=/roll d20+@{StrengthMod} +@{Bth} +(?{Attack|Standard, +0|Called Shot, -8|Flank, +1|Offensive Focus, +3|Rear Attack, +2})}}"/></td> I am sure there are fragments in there I don't need or I'm missing or using too many brackets or whatever, I just need help.