Is it possible to change variable added by control.lua from a different mod
Is it possible to change variable added by control.lua from a different mod
So if a mod adds a variable in control.lua is it possible to change that variable from another mod.
Please no more spagetti, I cant eat any more.
Re: Is it possible to change variable added by control.lua from a different mod
You can do it from the console with
The only way to do it from a different mod is if the mod that owns the variable implements a remote interface.
Code: Select all
/c __mod-name__ global.variable = "newvalue"