ID:1735637
 
(See the best response by DarkCampainger.)
Code:
n/A


Problem description:
So what I want to do is link 2 maps in different interfaces so I want map2 to show what map1 is showing. Is there a way to do this?

EDIT: Both maps are in panes and I want one to update when it enteres the pane and vice versa for the other one.
Why do you need two maps to display the same thing?

As far as I am aware, you can only have one map for your character view.
It is possible to have two maps updating simultaneously, but if you wanted to have them display the exact same thing you'd basically have to write your own renderer for any screens after the initial one BYOND supports (which would be extremely tedious).
Best response
If only one map needs to be visible at a time (I can't tell from your description what your use-case is), then you can create a pane with only a map in it, and just swap that into different child controls whenever you want it displayed somewhere else.