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 here.
×
×
Cookie Preferences
We use Cookies to help personalize and improve Roll20. For more information on our use of non-essential Cookies, visit our Privacy Policy here.
As a general rule of thumb, if the default value of a property is a string, you should set a string. So you should set "0" instead of 0 because the default value is "". However, I can see how in this particular case that could be confusing, so I'll see if I can fix it :-)
Cool. That makes sense and that's how I figured out what it was doing. I saw that you had an empty string for the attribute in the wiki and tried it that way. Thanks.