in PB 5.42 b2 windows 32, your code works if you change this
OpenWindowedScreen(WindowID(0),0,0,0,0,0,0,0)
to:
OpenWindowedScreen(WindowID(0),0,0,
600,400,0,0,0)
i suggest to use code tag to list the code better than files since they rapidly deleting files
at the end of your posts press code button:
like this then add your code between >code< and >/code<
