Okay. Thanks for that. Please forgive my ignorance, but where do I put this code in my WLD script? I tried simply adding the following code:

Code:
WINDOW WINSTART{
  MODE STANDARD;  // always required
  COMMAND "-nwnd"; // no start window
}



But I get an error when I try to run the game. It tells me that WINDOW is an undeclared identifier.