ID:155148
 
Can anyone lead me in the right direction into figuring out how i can make certain screen objects appear in a seperate window. Such as in the interface:
MainWindow
ObjectWindow
In response to Robertbanks2
Robertbanks2 wrote:
http://www.byond.com/ members/?command=reference&path=atom%2Fmovable%2Fvar%2Fscree n_loc

In the reference.

Tried it but this only works for "Maps" not a new window by itself, in this case, for a HUD just to have it moveable for the original window.
In response to XxLucifersJesterxX
You could try using winset()
In response to Lugia319
Lugia319 wrote:
You could try using winset()

Would that work in a way that could place a screen obj on a different window?
In response to XxLucifersJesterxX
Yes and no. You'd have to work it a bit, but it should do what you're looking for.
In response to Lugia319
Lugia319 wrote:
Yes and no. You'd have to work it a bit, but it should do what you're looking for.

Alright, thanks.