Ability to use loadgame to open a game in a new window.

this would be useful for like, popups, windows (help windows, etc), and other things.
so it would be like:
for a new window, and:
for the same window.
What do YOU think?
so it would be like:
- Code: Select all
LoadGame("Mypopup.EXE",NEW);
for a new window, and:
- Code: Select all
LoadGame("Level2.EXE",ORIGINAL);
for the same window.
What do YOU think?