I also noticed that statics can only be called AFTER they are created therefore startup scripts go AFTER static scripts if you call them in the startups even though startup scripts should always be first.
Same for dormant scripts, this is the case in almost(?) every programming language, because they're usually sequential, you couldn't call on something that hasn't been defined yet.
Bookmarks