
I am trying to get a macro to call to the API for a power card display. When I call to the Ability Modifier say @{player|charisma-mod}. I just get floor((13-10)/2)) which is the math that would get me to what I want, but I would like to just see 1. I can add an attribute to the character sheet specifically for charisma-mod but then I don't know how to get it to respond to changes in the character sheet. My charisma attribute changes when changed on the character sheet but the charisma-mod attribute stays with whatever I input. Which also rises the question. How could I get the math to round down, or up on an decimal number or half number? Thanks for the help. Ryeaa