
I've been trying to make a common dicepool for having common dices on character sheets. Please - Please I am begging for help. Notes: I am using a custom character sheet so I changed the template to custom. This is the formula of the html: <h5 class="sheet-center">Common Dice Pools</h5> <table> <tr> <td><h5>Roll</h5></td> <td><h5>Name of Pool</h5></td> <td><h5>Number of dice</h5></td> </tr> <tr> <td><button type='roll' value='&{template:wod} {{name= @{character_name}}}{{roll_name= @{dice_pool_name_1}}}{{dice= @{dice_pool_1} }} {{mod= ?{Modifier|0}}}{{result= [[{(@{dice_pool_1}+?{Modifier|0})d10!sd}>8]]}}'/></td> <td><input type="text" name="attr_dice_pool_name_1" placeholder="Name"/></td> <td><input type="number" name="attr_dice_pool_1"/></td>