Page 1 of 1

Adjustable Container Reset

Posted: Tue Aug 18, 2020 9:22 am
by Jaren
I was doing some testing with adjustable containers and I somehow completely destroyed it and now it won't show up unless I make a 100% new one. Is there a way to completely reset the settings on these containers? Such as a adjustable.container:reset() or adjustable.container:default() or something along those lines?

Re: Adjustable Container Reset

Posted: Tue Aug 18, 2020 9:32 am
by Alyven
You can try lua myContainer:show() in the command line and maybe lua myContainer:raiseAll() if it's behind some other element.

There is also a constraint autoLoad which you can set to false on creation see: https://wiki.mudlet.org/w/Manual:Geyser ... d_AutoLoad

There is no myContainer:reset() but the settings are all saved in your Mudlet profile folder in a folder called AdjustableContainer, you can just delete them if needed.

Re: Adjustable Container Reset

Posted: Tue Aug 18, 2020 10:27 am
by Jaren
Thanks, I'll give that a try.