I'd like a way to close all windows a player has open at once.
eg.
- train windows
- factory windows
- inventory
-...
hide/close all open windows
Re: hide/close all open windows
Code: Select all
game.player.opened = nil
If you want to get ahold of me I'm almost always on Discord.
Re: hide/close all open windows
Thank youRseding91 wrote:Code: Select all
game.player.opened = nil