This new LUA module makes no sense to me.
I can't get it to run a script and the LUA documentation is just jibberish to me. :/
I also tried following
http://en.wikibooks.org/w/index.php?title=BlitzMax/Modules/Axe/LuaBut getting a script to run and use my registered function didn't work at all.
BlitzLUA (which I thought was the same thing) is apparently some other module that's able to run real BlitzMax code directly from a script, which seems really neat, but BlitzLUA doesn't seem to compile for me.
If I just build modules, I get:
Compile Error: Can't find interface for module 'axe.oggsaver'
[C:/Program Files (x86)/BlitzMax/mod/lua.mod/axe_oggsaver.mod/axe_oggsaver.bmx;40;1]
And if I try to build the environment module I get:
Compile Error: Can't find interface for module 'axe.jasper'
Any tutorials or code avalible for the LUA module that actually works?
What do I have to do to get BlitzLUA working?