ID:166956
 
Now I know how to warp players from place to place but I've looked through demos and lilbraries and tried experimenting a little bit but I can't seem to find out how to warp players from map to map. Can you help me by giving me an example or something? Thanks.
u would probably have to do (cords1,cords2,mapnumber)
The map system is based on the z-order of the maps. All the maps are "smooshed" into one on runtime, and the z-levels of one map follow the last z-level of the others. So, to warp to another map, just send the player to the right z-level.