I have a game that has several executables, each of which open new executables and self-terminate in order to keep memory usage within allowable parameters.
I'm using an .INI file to store some data between these executables. I was thinking to use a variable within the INI to let the newly opened executable know whether it should be windowed or fullscreen, thus keeping the same status as the prior executable.
However, while the Global Events menu allows you to attach an event to "Fullscreen" (Has an option been selected? -> Application Menu -> Options -> Full Screen (Alt-Enter)), it does not appear to have a similar option for "Windowed", nor does it allow you to "negate" that "Has Fullscreen been selected" event.
Does anyone know a work-around?