I'm just starting out with scripting in Leadwerks, having had a fair bit of experience with Love2d, and I'm having trouble with some standard Lua functions that I think should be working.
In particular, I'm having trouble loading modules using the require function. I see people using the require function in examples, but when I try it I get "attempt to call global 'require' (a nil value)".
It's as though the Lua standard libraries aren't loaded. Is there something I'm missing?
Thank you, ye more-experienced-than-me, for any help.