
So I am still pretty new to all this but I am trying to modify the existing Dark Heresy Second Edition Character sheet to utilize the !roll40k script that was created. Unfortunately when I run it, as coded below, it only grabs the base AcrobaticsCharacteristic and does not do the subtraction/addition that follows it. Can anyone help me understand where I am going wrong? <tr> <td> <div> <div style="width:60%"> <button name="roll_Acrobatics" type="roll" value="/em @{alias_name} makes a Acrobatics Check!\n!roll40k @{alias_name},@{AcrobaticsCharacteristic}+@{Acrobatics1}+@{Acrobatics2}+@{Acrobatics3}+@{Acrobatics4}-20,?{Total Modifiers|0}"> <label>Acrobatics</label> </button> </div> <div style="width:40%"> <select name="attr_AcrobaticsCharacteristic"> <option value="@{Agility}">(Ag)</option> <option value="@{Strength}">(S)</option> </select> </div> </div> </td> <td><input name="attr_Acrobatics1" type="checkbox" value="20"></td> <td><input name="attr_Acrobatics2" type="checkbox" value="10"></td> <td><input name="attr_Acrobatics3" type="checkbox" value="10"></td> <td><input name="attr_Acrobatics4" type="checkbox" value="10"></td> </tr>