Quote Originally Posted by Legolas
Quote Originally Posted by savage
I have not used Lua, but have you looked at this - http://www.noeska.com/dlua/downloads.aspx ?
Indeed very interesting example! I'm wondering if lua is capable to compile scripts and then reuse them :?:
Yes, LUA can compile and re-use scripts. In fact there is a command line compiler (LUAC) that ships with the full distro. There are also lots of articles about it (all towards C/C++) so I guess thats my next step is to read them and see if I can get it up and running in the environment to test it out.