LuaToolkit
LuaToolkit copied to clipboard
local variables not always declared
Due to the way lua bytecode works it doesn't have to define the usage of a local variable, unlike Lua script. This causes some issues when decompiling as the definition is not there, making the decompiled script invalid.