ID:161548
 
Hey i would like it if someone could give me a sample code to move between maps.Ex. like moving from map palace to map forest.plz help!
mob/verb/move_to_forest()
Move(locate("forest"))

Note that there is no such thing as 'multiple maps'. If you include more than 1 map file in your project, they're still combined into a single map, separated by z-levels.
http://www.byond.com/members/ DreamMakers?command=view_post&post=40355
In response to Kaioken
ya i tryed but didnt work, i tryed a turf like this:

turf
exit
icon = 'exit.dmi'
locate('forest.dmm')}

it didnt work it said
extra }, And wen i put

turf
exit
icon = 'exit.dmi'
locate('forest.dmm'))

it says error, ) expected }
In response to Deathnite5000
Ya, you usually get dat errorz when ya guessing code. I tink you need to read the DM guide to fix it