ID:179182
 
Say i had a simple code for teleporting like this:

usr.loc = locate(1,1,1)

But i wanted to teleport to a different map on a different dmp file. How would i do so?
Yeah,I have the same problem.Ive been trieing to figure that out a LONG time.I was just about to post this,suprising!I hope somebody Replys!
In response to Kappa the Imp
While you can have multiple dmp files in your enviroment, it's still only set up to handle one map at a time. So if you make a new map, it will treat it as layer 2 (or whatever the next available layer is) of your original map. I'm not too sure on what the order is to determine what layer is what map, but I think it's in the order they're added? Either that or alphabetical, Just takes some trial and error to find out, shouldn't take long.