-
Notifications
You must be signed in to change notification settings - Fork 1
Lua
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>")