I know that there is a Lua interface, but we have no documentation on how to use it. (Unless I couldn't find it)
Here are some suggestions, add some documentation on how to make a simple dialog that asks yes or no when the player types in "Hello world". Then do an action on clicking on of the buttons, like clicking yes will teleport you to home.
Add more tutorials on simple mechanics, like creating a new ship, then placing blocks on it.
Add another that shows how to modify an inventory, money, etc on a player.
And another on how to raise events in lua.
Other suggestions:
- Add an admin command that is called /run_script myscript, It will run a script called "myscript.lua" in the scripts directory.
Here are some suggestions, add some documentation on how to make a simple dialog that asks yes or no when the player types in "Hello world". Then do an action on clicking on of the buttons, like clicking yes will teleport you to home.
Add more tutorials on simple mechanics, like creating a new ship, then placing blocks on it.
Add another that shows how to modify an inventory, money, etc on a player.
And another on how to raise events in lua.
Other suggestions:
- Add an admin command that is called /run_script myscript, It will run a script called "myscript.lua" in the scripts directory.