I have a issue with the calculation with of my Main Stats when there is a wound modifier when i roll on the Main stat when the wound modifieris on 0 everything is normal, but when the modifier is on the value in the box i correctly calcaulated but when clicking on the roll button the modified value is not used but instead the unmodified or a value that is not even entered code for calculating the Main Stat "@{MU}" and rolling on it line:80
<input type=number style='width: 4em' name="attr_MU_Basis"> <input type=number disabled=true style='width: 3em;' name="attr_MU" value="(@{MU_Basis}-(@{wound_Kopf}*2)) "> <button type=roll value="[[@{MU}-1d20]] Mutprobe"></button> code to set/calculate "@{wound_Kopf} line:816 <input type=checkbox name="attr_wound_Kopf1" value="1"> <input type=checkbox name="attr_wound_Kopf2" value="1"> <input type=checkbox name="attr_wound_Kopf3" value="1"><
line:825
<input type=number disabled=true name="attr_wound_Kopf" value="(@{wound_Kopf1}+@{wound_Kopf2}+@{wound_Kopf3})"> whole sheet: <a href="https://github.com/Meteox/DSA_character_sheet_roll" rel="nofollow">https://github.com/Meteox/DSA_character_sheet_roll</a>...