When I've used a (standalone) Lua module I just replaced the following syntax:I find a good module "https://github.com/starwing/luautf8" and I need to install it through the luarock.
But rainmeter only support loading external library in lua script and it is impossible to use the module.
How to solve it?
Code:
someModule = require "someModule"
Code:
someModule = dofile(SKIN:GetVariable('@')..'someDir\\someFile.lua')
Statistics: Posted by Crest — Yesterday, 1:48 pm