ID:1612109
 
Keywords: interface, map
(See the best response by LordAndrew.)
So I made a map in the interface on a window that is set to invisible at startup, but when you click a button becomes visible and default, and I made a map, but for some reason the map on the interface stays blank?
Best response
You don't really want to change the "default" status of an interface element at run-time, as it causes weird things to happen. Just have the map both default and invisible instead.
I didn't actually change it in the coding, what I meant is that the map is not checked off as visible, but coding makes it visible later, and I did check the default box on the map, but not the window, since the window later becomes default through coding
nvm got abit of outside help. Had to set a src.loc in the code.

src.loc = locate(1,1,1)

thanks anyways!