Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Dialogue Box does not highlight input

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.
1418505000

Edited 1418505007
Gauss
Forum Champion
I tested your macro and it worked fine for me. All of the query numbers were highlighted.
Yes, and it is for me now as well. Maybe it was just a reload issue on my end or something. Thanks for helping me put my stupid out there on display :)