
Okay, So I have been trying to do this using sheetworkers, and it kept saying it didn't have an attribute for the Name. Fine, so I went back to basics and did it in the HTML with this. <b class="sheet-center"><span name="attr_combat_style_dmg_bonus" value="attr_combat_style_dmg_bonus" disabled/></b> <input class="sheet-inputfield sheet-center" name="attr_combat_style_dmg_bonus" value="@{combat_style_points}/@{combat_style_dmg_bonus_cost}" type="number" hidden disabled />
I have tried changing the value expression to "floor(@{combat_style_points}/@{combat_style_dmg_bonus_cost})" as well. But on the character sheet it just displays the code from my INPUT Value. I've also made the B/span line just SPAN. It always just looks like this. Other work... why not this one???