ID:175857
 
How do i make a new z while in game play? Like if there were was 1 z to start out with and how do i make a turf save proc like in monster world?

Hendrix
You mean that you have a map that is 10 by 10 by 1, and ingame you change it to 10 by 10 by 2? I don't think you can do that...
In response to Jp
Sure you can.
mob
verb
AddNewMap(amount as num)
while(amount)
sleep(10)
world.maxz++
amount--



Simple as that.
In response to Nadrew
Cool. New possibilities are opening before my eyes!
In response to Nadrew
Thank you very much...this will come in handy.

Hendrix -_-