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

text prompt in macro

1597660988

Edited 1597661069
Is there a way to include a text prompt in a macro? as ?{Spell|Bless|Cure|Poison} but after Spell I get a prompt to type in the name?  (so i don't have to think of everything i might want to include beforehand?)
?{spell}   should be enough for what you want.  Itll be just a blank box to input a word or number
If you want a prefilled box because of a very common word that youd use 90% of the time, keeping it to one line should work too. ?{spell|common word} Once you go beyond the second, i believe it becomes a drop down box.
1597669220

Edited 1597669285
Thank you very much! That solved the question.