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

[Bug?] old Turnorder not working

each of the scripts I am using that read the turnorder are crashing the sandbox, when they all worked fine before the update. any else having this issue?
What error are you getting? Also probably what's happening is they are accessing .get("_turnorder") when now it is .get("turnorder") since turnorder is now a writeable property. 
yea, thats it. I'm just a noob at javascript. Haven't done coding since highschool when I used to write my own character generators in basic. GWBasic in fact. And I got my start writing programs on my old commodore64. I'm a little out of date now.