Hi again! I've these inputs: <input class="short" type="text" name="attr_weaponDamage1"/> <input class="short" type="text" name="attr_weaponDamage2"/> <input class="short" type="text" name="attr_weaponDamage3"/> <input class="short" type="text" name="attr_weaponDamage4"/> And this button: <button title="Damage" type="roll" name="roll_Damage" value="&{template:default} {{name=Damage for @{weapon}}} {{ Check Weapon Damage cell [[1d4]] }}" style="position:relative; bottom: -17px;"> </button> Is it posible to get automatically the value from the corresponding input? Something like: &{template:default} {{name=Damage for @{weapon}}} {{ Damage= @{weaponDamage[[1d4]]} }} I hope I am explaining it well. Thank you in advance.