Would it be possible to have a folder for scripts that run automatically on Illustrator start up?
This would be very nice syntax, but it won't be done that way since that would mean Scriptographer would have to execute all scripts, or parse through them to detect this code...
The way it's done is by scanning through all scripts folders and execute anything that's called __init__.js, inspired by how Python does such things. This is not set in stone yet though... Any propositions?
PS: Thanks a lot for the kind words over at your blog! You are very welcome to write tutorials. Syntax for things improves a lot in the new version, and it will need some good documents to explain how to do things the good way. I am very happy about help with this.