Hey gang, I've been toying with custom roll template and well I am no supreme coder, so I am most likely doing something simple very wrong. I slapped it together, save it to my sheet, added the macro, but when I test it in a live environment it doesn't post anything. Its rolling the dice, the 3d dice are doing their thing but no post in the chat. <rolltemplate class='sheet-rolltemplate-zarp'>
<div class='sheet-plate-container'>
<table class='sheet-template1'>
<caption>Ability Save </caption>
<tr><td>{{Aname}} - {{Aroll}}</td></tr>
</table>
</div>
</rolltemplate> table.sheet-template1 {
width: 25%;
border: 1px solid;
background-color: #ccc2a6;
border-top: ;
text-align: center;
}
table.sheet-template1 caption {
background-color: #48332F;
padding: 3px;
color: #AA9681;
text-align: center;
}
&{template:zarp} {{Aname=Strength Save}} {{Aroll=[[1d20+@{strmod}]]}}