the names in ffi declarations are not cleared when a script is reloaded
[neverlose] [“script name”]:ind: attempt to redefine ‘declaration name’ at line number
Ex: this will error out when you load it twice
ffi.cdef[[
struct penis
{
char padding[69420];
float m_Doyouknowjoe;
};
]]