ID:141548
 
 
mob
verb
load()
set hidden = 1
if(fexists("players/[usr.key]"))
winshow(src,"login",0)
winshow(src,"default",1)

var/savefile/load
load = new ("players/[usr.key]")
load["mob"] >> usr
load["x"] >> usr.x
load["y"] >> usr.y
load["z"] >> usr.z


The problem is , when i click load everything works it gets out of the login skin and goes to the main game skin which is "default" but.. when that happens "login" opens again and default closes and it goes back to the main screen. how do i fix this?
Er. Can you post the code where the login skin is being displayed?