ID:1652573
 
(See the best response by LordAndrew.)
On my map file, the most Z it goes to is 100 is there a way to make it go to more than 100. OR maybe can I make more than one map file, select all of them and put them into my game would that work? or only one map file

Best response
I believe 100 is the maximum for any one map file, but having two should work (as BYOND compiles all of the maps together).
ok thank you, but when i code a turf that takes you to say the 2nd map file, how would i do that?
turf
TO_Island13
src.loc= locate(12,5,101)

would i put 101? or like 100 and then map = "file name" or something idk
Couldn't that take like 5 seconds to test?