14.07.2021, 14:37
LM uses LuaJIT not standard Lua. The easiest way to hide your code is to create a user library with your own functions and disable "keep source" option. Then you can include this library in your scripts and call the required functions. Something like this:
Code:
require('user.mylibrary')
myfunction()