
Hey guys, I am trying to get a macro or calculation however you want to call it in my character sheet. The idea is that it is based on a value of 1-10. The value should be 5+(value-5) which is easy to do, however I do not want the value-5 to ever go below 0. The idea behind this is that you get an extra 1 for every point above 5. Is there a way to do this? my current command is input style=width:30px type="text" name="attr_Energy_Base" value='@{Agility_Total}+(min="0"@({Agility_Total}-5))' disabled/ Maybe I am going about it wrong, but I cannot seem to get a minimum of 0 anywhere