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

[Custom] World of Darkness: Common Dicepool isn't working

So this is the code I have for the common dicepool section.  Whenever I try to roll it though it just produces a blank space with nothing at all within the text. My character sheet also possesses 2 seperate tabs for this which I Will post below this.  Any assistance to this matter would be greatly appreciated.  Any help would be greatly appreciated.   (First Page) <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_bdice_pool_name_1" placeholder="Name"/></td> <td><input type="number" name="attr_dice_pool_1"/></td> </tr> <tr> <td><button type='roll' value='&{template:wod} {{name= @{character_name}}}{{roll_name= @{dice_pool_name_2}}}{{dice= @{dice_pool_2} }} {{mod= ?{Modifier|0}}}{{result= [[{(@{dice_pool_2}+?{Modifier|0})d10!sd}>8]]}}'/></td> <td><input type="text" name="attr_dice_pool_name_2" placeholder="Name"/></td> <td><input type="number" name="attr_dice_pool_2"/></td> </tr> <tr> <td><button type='roll' value='&{template:wod} {{name= @{character_name}}}{{roll_name= @{dice_pool_name_3}}}{{dice= @{dice_pool_3} }} {{mod= ?{Modifier|0}}}{{result= [[{(@{dice_pool_3}+?{Modifier|0})d10!sd}>8]]}}'/></td> <td><input type="text" name="attr_dice_pool_name_3" placeholder="Name"/></td> <td><input type="number" name="attr_dice_pool_3"/></td> </tr> <tr> <td><button type='roll' value='&{template:wod} {{name= @{character_name}}}{{roll_name= @{dice_pool_name_4}}}{{dice= @{dice_pool_4} }} {{mod= ?{Modifier|0}}}{{result= [[{(@{dice_pool_4}+?{Modifier|0})d10!sd}>8]]}}'/></td> <td><input type="text" name="attr_dice_pool_name_4" placeholder="Name"/></td> <td><input type="number" name="attr_dice_pool_4"/></td> </tr> <tr> <td><button type='roll' value='&{template:wod} {{name= @{character_name}}}{{roll_name= @{dice_pool_name_5}}}{{dice= @{dice_pool_5} }} {{mod= ?{Modifier|0}}}{{result= [[{(@{dice_pool_5}+?{Modifier|0})d10!sd}>8]]}}'/></td> <td><input type="text" name="attr_dice_pool_name_5" placeholder="Name"/></td> <td><input type="number" name="attr_dice_pool_5"/></td> </tr> </table> <fieldset> <table> <tr> <td><button type='roll' value='&{template:wod} {{name= @{character_name}}}{{roll_name= @{repeating_dicepool_name}}}{{dice= @{repeating_dicepool} }} {{mod= ?{Modifier|0}}}{{result= [[{(@{repeating_dicepool}+?{Modifier|0})d10!sd}>8]]}}'/></td> <td><input type="text" name="attr_repeating_dicepool_name" placeholder="Name"/></td> <td><input type="number" name="attr_repeating_dicepool"/></td> </tr> </table> </fieldset> (Other Dice Pool Section) <h5>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> </tr> <tr> <td><button type='roll' value='&{template:wod} {{name= @{character_name}}}{{roll_name= @{dice_pool_name_2}}}{{dice= @{dice_pool_2} }} {{mod= ?{Modifier|0}}}{{result= [[{(@{dice_pool_2}+?{Modifier|0})d10!sd}>8]]}}'/></td> <td><input type="text" name="attr_dice_pool_name_2" placeholder="Name"/></td> <td><input type="number" name="attr_dice_pool_2"/></td> </tr> <tr> <td><button type='roll' value='&{template:wod} {{name= @{character_name}}}{{roll_name= @{dice_pool_name_3}}}{{dice= @{dice_pool_3} }} {{mod= ?{Modifier|0}}}{{result= [[{(@{dice_pool_3}+?{Modifier|0})d10!sd}>8]]}}'/></td> <td><input type="text" name="attr_dice_pool_name_3" placeholder="Name"/></td> <td><input type="number" name="attr_dice_pool_3"/></td> </tr> <tr> <td><button type='roll' value='&{template:wod} {{name= @{character_name}}}{{roll_name= @{dice_pool_name_4}}}{{dice= @{dice_pool_4} }} {{mod= ?{Modifier|0}}}{{result= [[{(@{dice_pool_4}+?{Modifier|0})d10!sd}>8]]}}'/></td> <td><input type="text" name="attr_dice_pool_name_4" placeholder="Name"/></td> <td><input type="number" name="attr_dice_pool_4"/></td> </tr> <tr> <td><button type='roll' value='&{template:wod} {{name= @{character_name}}}{{roll_name= @{dice_pool_name_5}}}{{dice= @{dice_pool_5} }} {{mod= ?{Modifier|0}}}{{result= [[{(@{dice_pool_5}+?{Modifier|0})d10!sd}>8]]}}'/></td> <td><input type="text" name="attr_dice_pool_name_5" placeholder="Name"/></td> <td><input type="number" name="attr_dice_pool_5"/></td> </tr> </table> <fieldset> <table> <tr> <td><button type='roll' value='&{template:wod} {{name= @{character_name}}}{{roll_name= @{repeating_dicepool_name}}}{{dice= @{repeating_dicepool} }} {{mod= ?{Modifier|0}}}{{result= [[{(@{repeating_dicepool}+?{Modifier|0})d10!sd}>8]]}}'/></td> <td><input type="text" name="attr_repeating_dicepool_name" placeholder="Name"/></td> <td><input type="number" name="attr_repeating_dicepool"/></td> </tr> </table> </fieldset> </div> And Other Dice pool section <h5>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> </tr> <tr> <td><button type='roll' value='&{template:wod} {{name= @{character_name}}}{{roll_name= @{dice_pool_name_2}}}{{dice= @{dice_pool_2} }} {{mod= ?{Modifier|0}}}{{result= [[{(@{dice_pool_2}+?{Modifier|0})d10!sd}>8]]}}'/></td> <td><input type="text" name="attr_dice_pool_name_2" placeholder="Name"/></td> <td><input type="number" name="attr_dice_pool_2"/></td> </tr> <tr> <td><button type='roll' value='&{template:wod} {{name= @{character_name}}}{{roll_name= @{dice_pool_name_3}}}{{dice= @{dice_pool_3} }} {{mod= ?{Modifier|0}}}{{result= [[{(@{dice_pool_3}+?{Modifier|0})d10!sd}>8]]}}'/></td> <td><input type="text" name="attr_dice_pool_name_3" placeholder="Name"/></td> <td><input type="number" name="attr_dice_pool_3"/></td> </tr> <tr> <td><button type='roll' value='&{template:wod} {{name= @{character_name}}}{{roll_name= @{dice_pool_name_4}}}{{dice= @{dice_pool_4} }} {{mod= ?{Modifier|0}}}{{result= [[{(@{dice_pool_4}+?{Modifier|0})d10!sd}>8]]}}'/></td> <td><input type="text" name="attr_dice_pool_name_4" placeholder="Name"/></td> <td><input type="number" name="attr_dice_pool_4"/></td> </tr> <tr> <td><button type='roll' value='&{template:wod} {{name= @{character_name}}}{{roll_name= @{dice_pool_name_5}}}{{dice= @{dice_pool_5} }} {{mod= ?{Modifier|0}}}{{result= [[{(@{dice_pool_5}+?{Modifier|0})d10!sd}>8]]}}'/></td> <td><input type="text" name="attr_dice_pool_name_5" placeholder="Name"/></td> <td><input type="number" name="attr_dice_pool_5"/></td> </tr> </table> <fieldset> <table> <tr> <td><button type='roll' value='&{template:wod} {{name= @{character_name}}}{{roll_name= @{repeating_dicepool_name}}}{{dice= @{repeating_dicepool} }} {{mod= ?{Modifier|0}}}{{result= [[{(@{repeating_dicepool}+?{Modifier|0})d10!sd}>8]]}}'/></td> <td><input type="text" name="attr_repeating_dicepool_name" placeholder="Name"/></td> <td><input type="number" name="attr_repeating_dicepool"/></td> </tr> </table> </fieldset> </div>
Any help would be appreciated :(, I'm still having issues
1461518520
Silvyre
Forum Champion
Shot in the dark: try removing the Grouped Roll curly braces, i.e. [[{(@{dice_pool_1}+?{Modifier|0})d10!sd}>8]] becomes [[(@{dice_pool_1}+?{Modifier|0})d10!sd>8]]
Silvyre said: Shot in the dark: try removing the Grouped Roll curly braces, i.e. [[{(@{dice_pool_1}+?{Modifier|0})d10!sd}>8]] becomes [[(@{dice_pool_1}+?{Modifier|0})d10!sd>8]] It doesn't seem to work.  So this is the custom roll for a single dice. I deleted all the previous roll data entirely.   <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> </tr> <tr> However: I am using a custom character sheet so I changed the template to template:custom, still not working. Any advice would be appreciated
I've still been unable to fix this, assistance would be appreciated :/
1461652676
Silvyre
Forum Champion
It might help if you could reduce your code to a minimal working example.
Silvyre said: It might help if you could reduce your code to a minimal working example. Well thats what I was doing.  That dicepool you see above in my newest example is my only line of code for Rolling Dicepools.   <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> </tr> <tr>
Still having issues with this, anyone familiar with the html or World of Darkness html, I would really appreciate some guidances as I've faced this problem for multiple days now.