Malarious2008-03-15 07:36:55
Was asked recently about Lua scripting. We have a cure tutorial by thorgal meant for Zmud, anyone able to make the same kind of thing for Lua? Including the general commands needed?
Malarious2008-03-19 16:27:42
QUOTE(Malarious @ Mar 15 2008, 03:36 AM) 493750
Was asked recently about Lua scripting. We have a cure tutorial by thorgal meant for Zmud, anyone able to make the same kind of thing for Lua? Including the general commands needed?
While its not a cure tutorial heres a good way to learn some Lua!
Programming in Lua
Gartinua2008-03-21 00:56:20
Part of learning any language is the syntax, which the lua page helps with.
The other side is knowing the functions and how they work. The functions available depend on where you will be using Lua. For me I am
currently using LMTS. There doesn't appear to be any documentation on Lua on LMTS but IMTS has it and I'd say it would be the same.
http://imts.sourceforge.net/doku.php?id=ilua
The other side is knowing the functions and how they work. The functions available depend on where you will be using Lua. For me I am
currently using LMTS. There doesn't appear to be any documentation on Lua on LMTS but IMTS has it and I'd say it would be the same.
http://imts.sourceforge.net/doku.php?id=ilua
Unknown2008-03-21 11:38:43
And, you'd be right. The only updates made to ILua in LMTS were to add in the Lusternia ATCP values properly. Everything else is exactly the same as the IMTS ILua.