Quote: "Quick basic? Last time I used QB it was 4.5 version and only had DOS interface..."
Me too... but aparently it's gotten a little better. I based my belief on the code he posted in the WIP board.
He didn't use that many commands so it's only based on two... but it's definately not Darkbasic.
Sub redroom() - Subs are in Quickbasic
Select Case action - Exactly how cases are done in Quickbasic
Also when he uploaded the .exe it was easy to see that the program was not written in Darkbasic because it's too small. Editing it with a text editor shows readable text in the .exe file. One of the things I did in Quickbasic that I tried in Darkbasic was using the .exe itself to store and change the high scores. It's easy in Quickbasic because quoted text remains exactly the same in the .exe... in Darkbasic no quoted text remains intact in the .exe.
I've attached a picture of what his code in the WIP looks like loaded directly into Quickbasic... nice and neat in their own subs.