My first posting of this vanished somehow. Attempt 2! I have been messing with the Palladium Megaverse character sheet to make it more convenient for the 1st Ed Fantasy game. Just today I had the bright idea of trying to edit the formulas the sheet uses to cut down on the amount of macros that need to be written for each character. Then I wondered if I could get the sheet to use the default template for rolls since it doesn't have a custom template (and I'm not ready to attempt making one). It worked! Well, for all the combat stuff. Skills are percentage based, and the sheet is rolling 1d100 against the skill. It displays the skill target percentage, the roll, and then indicates a success or failure. I've tried to convert this into the default template, but haven't succeeded. Probably because I don't really understand what the sheet is doing, since it seems more complicated than the simple combat rolls. The line of code: <td><div class="sheet-ability"><button type="roll" value="@{character_name}'s @{skill_name} check:&#x00a;/roll d100<@{skill_rating}"></button></div></td> The chat output: Is there a way to get this to work in the default template, or should I just leave well enough alone? After all, it does work... I just thought if I could get the template working on everything, I could try that trick of using an image in the default template header to make the different rolls look different.