Naaa, Im totally lost here.. prob Ive got is small timeframe...so Im
learning LUA by apllication (YUK!!)
Is
there anywhere on the net that provides a good step by step LUA tutorial,
instead of throwing a lot of jargon at me that I dont need to
know...
My
main task is as below..
Creation of hierachal 'config' data which can be accessed via 'C', in
the final form of...
LuaInt->GetInt("Game.speech.volume");
I
really loved LUA, until I tried to get the C API up and running
:P
Taken me an hour to realise the luaL_loadfile(...) seems to load the
script...parse(run) it, and clear it again, whereas I seem to need something
like..lua_dofile(...)
Akk..my head...my confusion...