Lua Startscripts
[edit] How to create startscripts in Lua
Spring supports loading startscripts written in Lua. These are the scripts that can be selected when starting the spring executable directly.
Spring will load and execute all files named *.lua in the startscripts directory on startup. To appear as a selectable startscript, the script must subclass the Script class, and create an instance of it.
For information on how to create these scripts, see the information about the synced Lua interface.
