Window close extra (Slash Command): Difference between revisions
Jump to navigation
Jump to search
BlackSpectre (talk | contribs) No edit summary |
BlackSpectre (talk | contribs) No edit summary |
||
Line 14: | Line 14: | ||
'''TIP:''' If the command closes some windows that you don't ever want closed, just add commands to open those windows at the end of the command line. For example, <code>/macro "Close Windows" "gamereturn$$window_show Tray1$$window_show Tray2"</code> | '''TIP:''' If the command closes some windows that you don't ever want closed, just add commands to open those windows at the end of the command line. For example, <code>/macro "Close Windows" "gamereturn$$window_show Tray1$$window_show Tray2"</code>. | ||
Line 20: | Line 20: | ||
/window_close_extra | /window_close_extra | ||
==Also== | |||
{{slashcommand|disable2d}} | |||
Latest revision as of 03:28, 2 June 2023
Slash Command
Aliases: '/gamereturn'
Close all dialogs and non-essential windows.
When executed, this command will close all "non-essential" windows, leaving only the following windows open:
TIP: If the command closes some windows that you don't ever want closed, just add commands to open those windows at the end of the command line. For example, /macro "Close Windows" "gamereturn$$window_show Tray1$$window_show Tray2"
.
Example
/window_close_extra
Also