img
[0.16.7] A little more "choose-elem-button"
[0.16.7] A little more "choose-elem-button"
Why does the window that opens when we click on the "choose-elem-button" does not matter in gui_type (game.players[pl_name].opened_gui_type equal 0) and does not cause the on_gui_closed event when it closes like the other gui in the game?
Re: [0.16.7] A little more "choose-elem-button"
Those GUIs aren't persistent - if you have one open when the game auto-saves it won't be open if you load that save. They exist as a temporary floating window only. and can exist on top of other game GUIs (you can open one from inside a logistic requester chest GUI for example).
If you want to get ahold of me I'm almost always on Discord.
Re: [0.16.7] A little more "choose-elem-button"
Ok, thanks.Rseding91 wrote:Those GUIs aren't persistent - if you have one open when the game auto-saves it won't be open if you load that save. They exist as a temporary floating window only. and can exist on top of other game GUIs (you can open one from inside a logistic requester chest GUI for example).