ID:140316
 
Code:
mob
Login()
..()
src.online=1
src.name=""
winshow(src,"main",0)//Mainwindow
winshow(src,"newcharacter",1)//A pane


Problem description:
When the client login i want the newcharacter windows to open, but i either get the main window or nothing at all when i disable it.The newcharacter windows never shows up.
Panes cannot exist on their own, only as part of a Child or Tab control. If you want to have the pane show up (in a Child control, since I doubt you want a Tab control) then you have to change the Child control's left or right attributes.

If you want a new window to show up, make it a Main window, not a Pane.

See: http://www.byond.com/docs/ref/skinparams.html