I'm a little bit confused about where to attach the following files below, in able to load the script correctly without error.

Código: Seleccionar todo

Application.LoadScript("AutoPlay\\Scripts\\AddedFunctionality.lua");
Application.LoadActionPlugin(_SourceFolder.."\\MyPlug.lmd");
LibraryLua.Load("AutoPlay\\Scripts\\MainGame_orig.dll");
Every time I loaded the preview everything is working fine, until I realize something as I tried to make a build and test the app. Some of the functions are not working, I mean it seems like it didn't load.

Actually, I put this all in Global Functions. :pc: