mob
Login()
..()
winshow(src,"main",0)
winshow(src,"raceselectionwin",0)
winshow(src,"hairselectionwin",0)
winshow(src,"loginwin",1)
src.online=1
Problem description:
This is the general login procedure for my game and i am frustrated why its not working.When I login i have all my windows opening up instead of just the Loginwin i commanded it too.Prior on everything i understand on BYOND Coding i dont know what is causing this to happen.I want just one window to open why is everything opening?