I'm having a problem with Module either.
In my lua file I create:
Anyone knows why doesn't work?PHP Code:
local EquipRing = Module.New('EquipRing', function(module)
end)
function onWalkerSelectLabel(label)
EquipRing:IsActive() -- Always returns false
EquipRing:Stop() -- Seems like not to work, because Module still running
end