
So, I've been using Roll20 for years now, but my group only recently started using macros. I have done some coding in the past, so it is not too far of a leap. The problem I am having is really just something that is annoying me. When I execute the macro (see below) and the Dialogue Box opens to input Number of Dice, the default number does not highlight so that I can type over the top of it, meaning I have to delete for any number other than "1." It is strange, because this was not an issue until I combined the attack and damage macros together. I am not sure if it is due to the complexity of the variables or if I made a mistake somewhere in the comination. The macro is just a combo attack/damage with variables for easy change between monsters as DM: /em @{selected|token_name} attacks @{target|token_name} with a [[1d20 + @{selected|bar3}]] against @{target|bar2} AC for [[?{Number of Dice|1}d?{Number of Sides|4} + ?{modifier|0}]] Damage on a successful hit.