Skip to content

Home

These pages contain an exhaustive documentation useful for customers and developers. If you have any question regarding the API, visit our Discord.


Libraries/Engines included


Compiling Lua scripts

Using: luajit.exe -b script.lua compiled.lua

Download compiler


Other helpful information

Scripts stored in C:/MemeSense/scripts

Small LUA guide we recommend for new developers: Learn LUA (credits to Tyler Neylon)

Encoding errors might happen on some systems. Select UTF-8 encoding in your favorite IDE.

You should keep most of your scripts functions and variables as local to avoid collision with other scripts. Global variables should only be used to write libraries or scripts that interacts with each other.