Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Displaying math reading as text???

1661283458

Edited 1661283503
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???
1662733798
David
Sheet Author
value="[[@{combat_style_points}/@{combat_style_dmg_bonus_cost}]]"