View Single Post
  #1  
Old 07-26-2013, 08:33 PM
baseman101 baseman101 is offline
Scripter
baseman101's Avatar
Join Date: Nov 2012
Location: Purcellville, VA
Posts: 76
baseman101 will become famous soon enough
GMAP Linking Problem

I have created a simple GMAP file that links together four .nw files. The four .nw files were created from my desktop. The .nw file contains GLEVNW01 like normal new .nw files.

Here's the code for my Gmap. I have written this file by hand, but see no errors in the code.

PHP Code:
GRMAP001
WIDTH 2
HEIGHT 2
LEVELNAMES
"town_test-1.nw","town_test-2.nw"
"town_test-3.nw"
,"town_test-4.nw"
LEVELNAMESEND 
When I upload it to a server, it doesn't work correctly. All I get is this level displayed: town_test-1.nw

I also linked the level in the offline editor, but of course, knowing that this won't solve the issue with the gmap not displaying all the levels.
Reply With Quote