ID:150078
 
I can't figure out how to get players to move from one map to another
will someone explain how this would be done?
You would have to make a warp turf and check if someone enters it using the Enter proc, here's a small example:

turf/warp
icon='warp.dmi'
Enter(mob/M)//Called when entered
..()
M.loc=locate(x,y,z)//change x y z to the coords. you want them to warp to.
In response to Nadrew
But what if I had two maps and wanted players to go to the second map?
In response to Vermolius
Nm I got it thanks
In response to Vermolius
Here's a tip: Each map has a diffrent z level.