
I have a value for an attribute = 2 but the Roll20 Client still sees it as '0' when I reference it in a macro for the API. Eg If am passing something like this to the API [[@{Damage}+@{DamageBonus}]] where the attribute called 'Damage' = 1d6 & the attribute called 'DamageBonus' = 2. In the msg.inlinerolls it is telling me in the API console that the expression = "1d6+0" even though I can retrieve the attribute 'DamageBonus' & get a value of '2'. The msg.expression should be "1d6+2" It seems like the Roll20 Client is not passing the correct information even though it is correct in the character's attributes and it is correct when I retrieve the attribute from within the API.