ID:140642
 
Code:
mob
var
tmp/joe = 0
mob
proc
load()
if(!src)
return
if(usr.joe)
return
if(fexists("players/[usr.key]"))
var/savefile/load
load = new ("players/[usr.key]")
load["mob"] >> usr
if(!usr)return
load["x"] >> usr.x
load["y"] >> usr.y
load["z"] >> usr.z
world<<"<b><FONT FACE=Palatino Linotype><FONT COLOR=#9400d3>[usr] has logged onto Bleach: The Final Stand.."
usr.joe = 1


Problem description:

My problem is, that a mob can create a new character and such, and load ONCE, but once the mob loads again, the load button doesn't even work unless you reboot the server. Any help here, guys? Thanks in advance!

You have now created five different threads on the very same topic, which is continuous trouble with your Login() procedure.
Please, for the sake of keeping this forum structured, keep one problem to one thread.

[link]
[link]
[link]
[link]