I'd like to give lua a try with MMF2 but i have no idea where to start. Yeah i can learn the language but i'd like to know how it's implemented into MMF2. Any help i'd be gratefull.
Like examples/artical/link.
I was curious to see how lua works, but well hehe I didn't. So there is no examples about lua in net. So mayby the best way is to read the help, which is on about section, when you press lua/lua++ object.
I looked it fast and I have never been interested in lua and basicly watched it at the first time. But as for fast look I would say it works like this:
Start of frame:
-Call function "<lua func1>" with "param1" return 1
On function "<lua func1>":
-Set counter to 1
-Return "<lua func1>"
Then the code ends and you have counter increased to 1, and you have returned value of 1. Ok I'm not 100% sure if this works, but the help file says something like this. So lua basicly works like fastloop or something. Only thing I still need is to code lua .
I have proven new mathematic formula to be true...