Hi there. I'm making a skill check macro using buttons, and I want to show the modifier as text, which I'm doing dynamically with [$SkillMod.total]. Without checking each skill value against 0 in a conditional, is there any way to have the + only appear on 0 and larger? --=AcroMod|@{selected|acrobatics_bonus}+@{selected|acrobatics_gem} --?[$AcroMod] -ge 0|[--&AcroPM|+--]| That there outputs a no + sign, presumably since plain positive numbers have them removed.  "+" shows, but includes the plus sign. Not sure how to remedy this.