zombielord
May 15th, 2020, 06:57
I am wanting to force the Calendars module to load automatically from within the ruleset with no need to manually activate it. (Ideally with the Gregorian calendar loaded but one thing at a time).
I've tried adding the following to a lua script.
function onInit()
setModulePermissions("Calendars", true, true)
end
https://www.fantasygrounds.com/refdoc/Module.xcp
I've tried adding the following to a lua script.
function onInit()
setModulePermissions("Calendars", true, true)
end
https://www.fantasygrounds.com/refdoc/Module.xcp