Thank you for the replies everyone, I appreciate it.

So from my understanding then, if I want to continue the way I am thus far, I’ll need to rework the way I am using the export and make multiple exports for each Func/Action instead of one “global” one. However, this would be the inefficient way to achieve the result I want and I should do the latter and have 1 project.

To clarify the second point. So, I started with Lua - and having several seperate resources was the norm but if I’m understanding correctly, instead of having multiple resources as “quostix”, “quostix-vehicles”, “another_resource”, “resource_again” and so on and so forth, I should essentially include ALL of those within “quostix” instead and eventually end up with 1 massive project?