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

Script tab order...

How the hell do I get my scripts to save in the order I want them to? It seems absolutely random when I add a new script.
1395507617
Konrad J.
Pro
API Scripter
I know, I thought it was numeric/alphabetically, but then they started changing on me. :) SO I just only use one tab at the moment. It would be better if the tabs were set in stone. Tab 1, 2, 3, etc. Then you put whatever you want in each one and it compiles from 1 to 10. If you could name them whatever you want would be needed as well, but keep the order.
Yeah, I'd be interested in knowing whether there's an order in which scripts are loaded. I'd like to keep my scripts modular and as re-usable as possible (i.e., I'd like to create some utility libraries that I use throughout the scripts), and that's not possible if I can't guarantee the order in which things load. For now I just have one uber-script, but I can see that getting messy later on.