Got some fairly common lua functions that I'd like to use as a library. I note that there is a "require" feature in lua, but that requires modification of the environment variables. I was wondering if there isn't a simpler "include" type mechanism where I can specify the full path of a lua script?