Look here.
http://forums.graalonline.com/forums...t=61822&page=2
Make a text document, put this in it
NPC Code:
GRMAP001
WIDTH 5
HEIGHT 0
GENERATED test_01.nw
LEVELNAMES
"test_01.nw","test_02.nw","test_03.nw","test_04.nw ","test_05.nw"
LEVELNAMESEND
MINIMAPIMG test.png
LOADFULLMAP
After this is in the text document save it as a .gmap
Then put this in one of the levels
NPC Code:
// NPC made by Buttmonkey
if (created) {
loadmap test;
setlevel2 test_01.nw,30,30;
}
loadmap test= the name of your .gmap file