
Pardon if this has already been covered, but I'm just learning some of this, and I could not find it in the forums. I'm attempting a calculation in a macro, but I do not want it to return negative numbers. Or, rather for it to have a minimum, such as zero. So basically if it is WISDOM minus 15, a wisdom of 18 would return as 3, but I want a wisdom of less than 15 to return as zero. [[@{selected|wisdom}-15]] works fine, but if the Wisdom score is less than 15, it returns a negative number obviously. Is there a way to have a minimum (or maximum) cap to the numbers in a macro without going to API scripts? I am a pro user, but I am not a coder and do not really understand API scripts yet. Thanks for the help.