So I'm kind of at my wits end. I've tried to understand custom sheet die roll templates , but I must be stupid. I have no clue how these work. I do understand how die roll buttons work (that's pretty clear). The problem is, I can't seem to make the die roll button do what I need. I am making a custom sheet with a homebrew system that calculates damage based on how much the difficulty of the attack was exceeded. The best I can do is this atrocity: <button class="sheet-hpistol" type="roll" name="hpistol" value="&{template:default} {{name=Heavy Pistol - @{CName}}} {{Attack/Damage=[[(1d20+@{Handguns}-?{Difficulty?|0})*3]]}}"> Heavy Pistol</button><br /> While this works, in a VERY clunky and ugly fashion, a miss results in a negative value (yuck). Plus, I'd really like a separate value to be displayed for the score (total) on the die roll, the difficulty (which is input by the user) and the resulting damage. A result kind of like this would be great: Any help on this would be GREATLY appreciated. I am way over my head here. :(