
i am trying to add a hit location table to be rolled when weapon damage is rolled through the char sheet. here is the html line: <td>Roll& nbsp ;<button
type='roll' name="roll_Combat-Dice" value="/me attacks with my
@{weapon_Name_rep} [[(?{Bonus Damage
Dice|0}+@{weapon_Damage_rep}+@{weapon_Attribute_rep})t[Combat-Dice]]]+@{weapon_Damagebonus_rep} damage to the foe's"></button> this works, but without the hit location table roll: ,,,@{weapon_damagebonus_rep}_rep}" [[t[hit-location]]]></button> can i add some more css like this: ...damage to the foe's" type='roll' name="roll_hit location" value="[[t[hit-location]]]"></button>