Adjustable Container Reset

Post Reply
Jaren
Posts: 31
Joined: Sun Nov 17, 2013 1:55 pm

Adjustable Container Reset

Post 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?

Alyven
Posts: 33
Joined: Sat Oct 01, 2011 8:43 pm

Re: Adjustable Container Reset

Post 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.

Jaren
Posts: 31
Joined: Sun Nov 17, 2013 1:55 pm

Re: Adjustable Container Reset

Post by Jaren »

Thanks, I'll give that a try.

Post Reply