ID:1576900
 
(See the best response by Kaiochao.)


Problem description:
Hay I have a bit problem.I creat one map wich is default but then I creat another one and I uncheck default option.How can I manage the second map because now its black and I dont know how to control it, if u know what i mean:D

BYOND doesn't natively support beyond one default map. If you want to use more than one, you'll have to handle all the drawing on it yourself. There were a couple topics last week about this, and you can read more here
Is it possible than to create 2 maps. But one would show for example coordinates(1,1,1) and other map (2,2,2) at the same time. But they would bouth be as default.
In response to Phat T
It is if you handle all the rendering yourself. You can poke around on the forums, there are plenty of topics relating to the same thing.
Best response
Secondary map controls can only display HUD objects. They can't display perspectives automatically. You would have to render a perspective manually using HUD objects.