This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Can logic machine run luac (lua complier) file?
#2
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()
Reply


Messages In This Thread
RE: Can logic machine run luac (lua complier) file? - by admin - 14.07.2021, 14:37

Forum Jump: