saejox wrote:Great, i was planning to make an AngelScript one, since syntax is identical to c++. But this will do nicely

The Lua bindings are based on SWIG, which brings very little work compared to manual binding.
But SWIG doesn't have support for AngelScript...
saejox wrote:1. I don't like default mouse look. Can i disable it?
You mean the cursor? it's not visible on my computer when the exe is launched..
saejox wrote:2. Is it possible to stop it from grabbing the mouse? [DISCL_FOREGROUND, DISCL_NONEXCLUSIVE]
Yes, at the moment, you can still alt+tab to jump to your text editor, but no mouse grabbing at all would be better..
saejox wrote:3. Would you enable mWindow->setDeactivateOnFocusChange(false); ?
Ok.
saejox wrote:4. How do i create a random number ?
You can read Lua's documentation!
There's something about it
here
EDIT : the standard lua libraries aren't loaded from the c++ code, I thought I read somewhere you could do it from the lua script itself, but I'm not so sure now...
I'm away from a dev computer for a few days, due to christmas stuff, but will have a look at your requests when I get back.