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
This post has been closed. You can still view previous posts, but you can't post any new replies.

New Field in manual api scripts

Give us a field to edit as a user of manually added API scripts that we can paste the authors instructions and help document into so that we don't have to keep a URL link for those less popular scripts that aren't in the one click.  
Not sure how much javascript or coding you are familiar with, but you can 'escape' information (so that it gets ignored and doesn't 'do' anything) with two different methods: On any individual line in the code, anything that comes after two slashes will be ignored: // This information will be ignored Working Code here blah blah blah // This information will be ignored Or you can escape an entire section of code by enclosing it inbetween /* */: /* All of this information will be ignored */ The only downside is that you have to remember to do that when you manually add the script, but you would have to do that with a separate field anyways.  
Thanks for the suggestion! After 30 days, Suggestions and Ideas with fewer than 10 votes are closed and the votes are refunded to promote freshness. Your suggestion didn't build the right momentum this time, but feel free to submit it again! We find that the best suggestions describe the problem you are having, and the solution you want. You can learn more about the process of making suggestions on the Roll20 Wiki! More details can be found here .