-
Notifications
You must be signed in to change notification settings - Fork 2
Home
VTrider edited this page Mar 9, 2026
·
11 revisions
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!