Hello.
First, I tried putting all I needed into _G in all my different resources, thinking that I could use it to share stuff beetween them (_G.root = getRootElement(), etc..). It obviously didn't work. Then, I tried putting everything in one resource, using dofile() to load my scripts from subdirectories which got me an error message about it being an unsafe function.
So the question I'd like to ask is this: is there ANY way at all to share things beetween resources without using meta.xml? I don't want to write 350 lines of (and if I see it right on the wiki, it doesn't even work with variables) and a monolithic file is unmaintainable.
Any ideas?