I am trying to make new fields in my sheet for crafting. I want to make a variable that is set in one field, a checkbox for proficency, and a auto roll when you click the button much like skills normally do. The problem I am hitting is I am not seeing any good documentation to explain how the auto roll feature works. This is what I am working with right now. The alch bonus seems to be breaking it so I am not sure what I am doing wrong. <div class="alchemist-container"> <div class="CSC"> <button type='roll' name='roll-alchemist' value='@{wtype}&{template:simple} {{rname=^{alchemist-u}}} {{mod=@{alch_bonus}}} {{r1=[[@{d20}+@{alch_bonus}@{pbd_safe}]]}} '> <span class="label" style="width: 80px;" data-i18n="alchemist-u">Alcemist</span></button> <span style="width: 36px;"> <input type="checkbox" name="attr_ASP" title= "Alch_Pro" /> </span> <span style="width: 60px;"> <input type="number" name="attr_AS" placeholder="0" title="alch_bonus" /> </span> </div>