ok, now i can teleport from map to.... same map...
but how do i teleport from map to other map?
ID:175739
![]() Mar 15 2003, 9:28 am
|
|
If your maps are say:
world.dmp(1 z-layer)
dungeon.dmp(2 z-layers)
ocean.dmp(3 z-layer)
The map would be arranged like so:
Z-layer/map-name(map-layer)
1/dungeon.dmp(z-layer 1)
2/dungeon.dmp(z-layer 2)
3/ocean.dmp(z-layer 1)
4/ocean.dmp(z-layer 2)
5/ocean.dmp(z-layer 3)
6/world.dmp(z-layer 1)
What it basically does is sort the maps alphabetically and then gives z layers sequentially.
so in the above example, if you wanted to go to the 3rd z-layer in the ocean.dmp:
usr.loc=locate(1,1,5)