Hi,
Say I have for example:
- \Plugins\Author_1\Plugin_1\Fil e_1.lua <and other .lua files>
- \Plugins\Author_1\Plugin_2\<mo re .lua files>
- \Plugins\Author_2\Plugin_3\<mo re .lua files>
- \Plugins\Author_3\Plugin_4\<mo re .lua files>
Can I make a function in File_1.lua available to all other .lua files?
I've tried following Garan's tip regarding the use of __int__.lua files but haven't been able to figure it out.
Any advice please?