Skip to content
VTrider edited this page Mar 9, 2026 · 11 revisions

Welcome to the Extra Utilities wiki!

Index

How to use

The .dll file is used as a standard lua module, simply call require() in your script after setting your package.cpath and assign the library to a local variable to access the provided functions. All that's required is some familiarity with lua and the bz standard library. Check out some examples for inspiration!

Clone this wiki locally