ID:174841
Jul 15 2003, 8:07 pm
|
|
Whenever I login, it INSTANTLY spawns the logout twice, does anyone know how to fix this?
|
Jul 16 2003, 1:55 am
|
|
I guess it would be good to see your code. But it might have something to do with ..()
|
In response to SSChicken
|
|
I didn't put a ..(), it just started happening! It's very wierd!
|
In response to Buzzyboy
|
|
Errr, it would be more helpful to see the Login() code than just nothing at all. It might be also that you're using usr somewhere.
|
In response to GoodDoggyTreat
|
|
mob/Login()
var/savefile/F = new("players/[src.ckey]2") Read(F) usr.Magic1 = usr usr.otext = 0 usr.nomove = 0 usr.loc = locate(usr.oldx,usr.oldy,usr.oldz) usr.loc = locate(90,124,1) |
In response to Buzzyboy
|
|
Double locate..?
|
In response to Yoran91
|
|
It was just a test....which I forgot to get rid of
Well.....I figured it out! I was a dummy and used a sleep at the end of my logout, why do I keep doing that? @.@ |
In response to Buzzyboy
|
|
don't forget to take at those usr's, those can be the cause of future runtimes.
|