
So I'm trying to define an attribute for a roll on a character sheet I am working on, but the number won't display regardless of what I do, and I am running out of ability to think coherently trying to figure it out. Can anyone offer some advice?
input type="number" name="attr_save_physical" value="{@{strBonus},@{conBonus}}kh1+@{PhysProf}"
Essentially I need it to keep the highest of Strength or Con modifier, and add it to another modifier to produce the attribute result.
input type="number" name="attr_save_physical" value="{@{strBonus},@{conBonus}}kh1+@{PhysProf}"
Essentially I need it to keep the highest of Strength or Con modifier, and add it to another modifier to produce the attribute result.