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 .
×
Our team is currently investigating rolling service outages. For more information, visit our most recent Forum Announcements post.
Create a free account

Drop-down prompts with empty or blank value

1526371788
Ulti
Pro
Sheet Author
API Scripter
Hi, I'm trying to use a drop-down menu in order to insert an optional argument, but I couldn't find a way to do that. I tried ?{Use special?|Yes, --special|No,} But if I choose 'No', then the  option displays No, when I would like an empty string. I tried with a blank, as this would also be ok for my case, but using "|No,   }" and choosing No displays No again. If I use quotes, then I see the quotes, so the result is not blank or empty. Do you have any idea how to produce an empty or blank value in a drop-down prompt?
1526372837

Edited 1526373693
Jakob
Sheet Author
API Scripter
You can use the HTML entity instead: "No, ".
1526374223
Ulti
Pro
Sheet Author
API Scripter
That works, indeed. Thanks!