Quote from: rww on Apr 28, 2016, 12:52 PMMaybe something like that?no.Code Selectfunction onWindowClose(window) {
if (this.window == window) {
shutdown();
}
}
from test server (inventory.nut)
We would like to close the GUI when InputReturn(element) is called.