|
Correct, the script doesn't change.
As for storing it; what does loadstring actually do; does it push the code and functions onto the stack?
or is it all wrapped up as a single function?
in such a case I guess I could use lua_ref, to create a ref to it for later use?
or what else would you suggest?
-Raymond