ID:1707585
 
(See the best response by Gluscap.)
If I was to program an object (lets say a ship) and for each ship it had its own interior on a separate z-level when spawned, would I program this using swap maps or are there any alternatives?
Best response
Yes, you would use swapmaps. Create the map using DM and then run the game. There should be a "convert" verb, use it to convert the map files you want into txt format.

http://www.byond.com/developer/Dession/SwapMapsHousing
Thats a link to swapmap housing, it shows you how to link an object to a swapmap.
Alrighty, thanks.