I'm not sure how I can differentiate the difference between when the NPC is in the level, or the GMAP.
For instance, if I warp to the GMAP, and do putnpc2, I get the gmap as this.level.name ( hamel_mines.gmap )
When I exit, and re-enter, I do another putnpc2, and I get the level name as this.level.name ( hamel_mines_a-2.nw )
When I exited and entered another GMAP, and put the npc, I got the gmap as this.level.name ( hamle.gmap ).
PHP Code:
LINK hamel_h-3.nw 35.5 61 8 3 39 15
LINK hamel_mines_a-2.nw 38 14 4 1 38.5 58
They both have links to the direct level name, not the GMAP...
In the same respect, the actionserverside takes the mines to be in the level, not the GMAP...
There's an inconsistency... I'm not sure what causes it though.
I'll try restarting NC -- Nope. Didn't change anything.