
So the issue with one example: I have an <input> statement as type=number saving to the field attr_STR. I then later create another <input> field that auto calculates value='round(@{STR}/2)' disabled=true and saves it as name='attr_STRh'. Later I have a <button> that executes value='/roll 1d100<@{STRh}'. Now in game, If I change attr_STR, on the character sheet it will recalculate attr_STRh BUT on the Attributes&Abilities tab it does NOT change, meaning when I click that roll button the old number is still being referenced not the new one. Any ideas?