Conditional for another mod's settings
Posted: Tue Apr 28, 2020 6:49 pm
Hi there, is there a way to use a function like this one:
But referencing another mod's setting? How does one access remote mod settings?
This code: will always be nil since it's not part of the base game or internal to this mod. Any help is appreciated!
Code: Select all
if settings.global["mod-setting-1"].value then
This code:
Code: Select all
settings.global["mod-setting-1"].value