On program startup, every script in this folder is called. Scripts in this folder should provide functions for other programs to use. The functions will be put in a table that corrosponds to the name of the package file. If you have a file "invo.lua" with the function "use," then you may access the use command from LUA by doing invo.use(...).