ID:1662626
 
(See the best response by Kaiochao.)
Code:

I need to test some things out, so this is for nothing specifically yet.

How do you create a map with a verb. So lets say i only have 1 z plane. I want to make another blank one. In the simplest way how do you do this. Make the maps z value+=1

In the simplest way how do you populate this map with lets say a simple turf(grass)

Map manipulaization is something i havent had much experience on, one of the only things actually in byond. And the reference doesnt give you a lot of information on anything to do with maps yet i know it can be done

I dont want a link to a tutorial already got some.there massive and very complex with tons of variable thrown at me. I just want the purest form of the code for this task
Problem description:

and thank you all help means a lot
Best response
world.maxz

Increase that by one and you get a fresh new plane filled with world.turf and world.area, with the same world.maxx and world.maxy as the rest of the z-levels.