I'll post it if I need it
Problem description:
After a new character hits "Submit" on the creation form, it doesn't close the window, and the proc crashes right there.
I also have a backdated "charactorhandling.dm" file that has the non-HTML login (which I was thinking of switching to anyway so yay for finding it), but it crashes the proc after the player creates thier char also.
I tried following the path of procs in the HTML one, but it made my head spin x_x
Choosing a charactor works fine; but it'd be really nice if they could create charactors too =P It sticks them as close to 1,1,1, as they can get; and that's not where I want them of course, so it'd be nice if you could tell me what I did to my code to override something (I don't think I did anything to the Charactorhandling lib) that shouldn't have been, so I can fix it and get the second have of /mob/Login() back =)
That will make the window close, if you named the window when you opened it you'll have to put it in the options the same way when you close it.
I don't know if that will fix your proc crashing or not.