I have created a fly macro for my Aarokocra. !token-mod {{ --set statusmarkers|fluffy-wing?{One is 5ft} }} It adds the fluffy wings and a number that indicates how many squares up I am flying (1 sq = 5 feet). What I would like to add to this is a second token in the case that I fly higher that 45 feet. is there a way to do math inside the macro to determine what indexed token to add. Something like this. !token-mod {{ --set statusmarkers|fluffy-wing[ceiling?{One is 5ft}/45]:?{One is 5ft} }}