
I am trying to wrap my brain around putting in the "rollwasafumble" command so that it references my fumble table "Fumble-REFLEX-(Combat)" <div style="width:75%"><button type='roll' style="width:30px" value='&{template:ranged} {{skill= @{WeaponSkill} }} {{character= @{Handle} }} {{weapon= @{WeaponName} }} {{target-token_name= at @{target|token_name} }} {{attack= [[1d10!+@{Weaponskill}+@{WA}+@{Ref}+@{Modifier-total}+?{Modifier|0}]] }} {{damage= [[@{WeaponDamage}]] }}{{hit-location= [[1t[Hit-Location]]] }}} {{notes= @{WeaponNotes} }} {{short-range= [[@{WeaponRange}/4]] }} {{medium-range= [[@{WeaponRange}/2]] }} {{long-range= [[@{WeaponRange}]] }} {{extreme-range= [[@{WeaponRange}*2]] }} } '></button> <span>Super sexy, ultra-chrome button that requires a rollable table lablled 'Hit-Location'</span></div> Just not figuring thus out? The template is below <rolltemplate> <table> <tr> <th colspan="2">{{weapon}}</th> </tr> <tr> <td colspan="2"><i><b>{{character}}</b> attacks with {{weapon}} {{target-token_name}}</i></td> </tr> <tr> <td colspan="2"><b>Range</b></td> </tr> <tr> <td style="padding-left:10px"><i>Close (15)</i></td> <td>{{short-range}}meters</td> </tr> <tr> <td style="padding-left:10px"class="sheet-noborder"><i>Medium (20)</i></td> <td>{{medium-range}}meters</td> </tr> <tr> <td style="padding-left:10px"class="sheet-noborder"><i>Long (25)</i></td> <td>{{long-range}}meters</td> </tr> <tr> <td style="padding-left:10px"class="sheet-noborder"><i>Extreme (30)</i></td> <td>{{extreme-range}}meters</td> </tr> <tr> <td colspan="2"><span><b>Attack:</b> </span>{{attack}} </td> </tr> {{#damage}} <tr> <td colspan="2"><span><b>Damage:</b> </span>{{damage}} </td> </tr> {{/damage}} <tr> <td colspan="2"><span><b>Hit Location:</b> </span>{{hit-location}}</td> </tr> <tr> <td colspan="2"><span><b>Notes:</b> </span>{{notes}}</td> </tr> </table> </rolltemplate>