Reference Manual
Menu
Index
 
What's Lua
To quote the official definition, Lua is a powerful, fast, lightweight, embeddable scripting language.
 
Installation
Please download and install the Lua package from Windows from Google Code.
 
IDE
It's always a good idea to have an IDE on hand. The IDE that comes with the Lua package is called SciTE.
 
Running SciTE
Please click the SciTE shortcut in order to run the IDE.
 
Saving the Script
After writing your script, go to File | Save As menu, give your file a name, and make sure to include .lua at the end of your file name. Otherwise, Vanda Engine won't recognize your lua script.