Skip to content
Ben Ballard edited this page Nov 27, 2021 · 2 revisions

The Lua handler has one required method [runscript(String path)].

To use any lua modules:
local <name> = require("com.heckntarnation.rpgbattleengine.lua.<module>")

Clone this wiki locally