Zwolf8
Zwolf8
## Describe your suggestion Add mathematical operators (eg. GuiDim.new(10, 0, 0, 0) + GuiDim.new(5, 0, 0, 0)) Add liner interpolation (lerp) (eg. myDim:Lerp(otherDim), 0.1) would allow to smoothly move between...
Document the Scripting API so contributors can easily contribute to the scripts without digging through binding code in the source files.
## Describe your suggestion This will allow the client to set/get items in the config. Useful for things like settings or terrain generation options in the future
[Lua](https://www.lua.org/about.html) is a popular embedded scripting language. It would be very awesome if lua scripting was provided in botcraft. It would make the bot creation process a lot easier, no...