Hello, I have recently started getting syntax errors on the first line, which is
//Maximize window and set resolution
I tried replacing it with ', and REM, but i get the same result.
I even tried deleting it, but I still get "Compilation Failed (Syntax Errors)".
My first few lines of code is
Maximize Window
// Displaying Menu
screenx=0
screeny=0
screenx=(Desktop Width())
screeny=(Desktop Height())
Set Display Mode screenx,screeny,32
I was just adding gravity and collisions for this First person game and this happened. A fresh install of dbpro doesnt help.