delete_window (name: WINDOW)
Deletes a window previously created with make_window. This removes all of the frame available from that window as well.
is_window
make_window
window and frame functions
Window_Manager
script make_explain_window is if is_window ('explanation') then delete_window ('explanation') end end