ID:138783
 
Code:
        winset(src, null, {"
default_window.child_main.left = "pane_splash";
default_window.can-resize = "false";
default_window.statusbar = "false";
default_window.titlebar = "false";
default_window.macro = null;
default_window.menu = null;
"}
)


Problem description:

So, I've got a rough game outline that is 'full screen'. By this I mean it's a widescreen game with no tabs, only a map window.

I've set up a splash screen as I would normally.

But obviously the first line of those params is wrong... Obviously I want the main child to be the splash pane, but the game itself doesn't use childs! So how can I perhaps make the pane a main window instead. Or, if possible plainly make it revert to the main window after showing the splash screen?