hey, on a projest I have been working on for a long time now, suddenly it developed a glich where that after 2 logins the save file currupted, then gnerated an infine loop of longins (and froze the game). I have been useing:
login:
X(savefile) >> src
logout
X(savefile) << src
this is makeing it very hard to play my game, HELP!
Every time a client changes mobs, Login() is called. Whenever a mob with a key is loaded from a savefile, the client with that key immediately logs into that mob.
Lummox JR