I am trying to have a ratio button which will store
a value for my primary attribute modifier. This is what I have so far:
<input type='radio' value='@{StrengthMod}'
name='attr_PrimeAttribute' />
(There is one ration button for each attribute)
The problem I am having is that this only
stores ‘@{StrengthMod}’ as plain text in the ‘PrimeAttribute’ attribute. Is
there any way to store the strength mod value instead of plain text?