Hi all
I've built a custom character sheet for an upcoming game i'm going to be running - mainly to track health, and resources, but i've also put a basic dice roller in there to make it easy for players to roll dice at the set difficulties - this all works fine. the current script is:
<tr>
<td colspan="3">
<label style="width: 90px;display: inline-block; padding-right: 0px">CL6:</label>
<button class="sheet-diebutton-simple" type="roll" value=" [[ [[?{Roll Dice|6}]]d6>6 ]]"
name="roll_InlineDice"></button>
</div>
Where i'm having an issue is with the display part of it. i get this:
Which tells me what i want to know, however i have to hover over the number to see the actual dice results - not the end of the world, but it will be annoying as we do need to see this in order to check for doubles and reroll opportunities.
No, if i just use the simple dice roller that's built in, it shows me the dice results nice and clearly on the screen,
while i could just use that, it'd be nice if i could just replicate that view with my existing buttons. Is their a straightforward way to achieve this?
Cheers
Chris