Well, with dbpro you could just do this:
Print "Levels:"
Print "1 - Castle"
Print "2 - Streets"
Print "3 - House"
rem select
Input "Start Level: ",level
Print "Please Wait..."
if level = 1 then execute file "castle.exe","","castle"
if level = 2 then execute file "streets.exe","","streets"
if level = 3 then execute file "house.exe","","house"
end
That should work. Now just make 3 diffrent games with diffrent maps. Then you put their folders into one big folder. Make sure the execute file directory is the name of the games folder. Then just compile this program, save it in the directory with the 3 folders, and call it something like mygame.exe. Now, when a player runs that, they chose a level. DRAW BACK: You can't have someone connect to a game with a diffrent level (to my knolege).
World War III: Battle At The Front
Website Coming Soon!