At the beginning of my project (When I first started working on it), I put in..
mob/Login()
world << "[src] has joined the world."
world.log << "[src] joined the world at [time2text(world.realtime)]."
And I logged in, and thats what I wanted it to do, but now, it repeats both of 'em twice, and a matter of fact, it repeats anything I put in mob/Login() twice. Like it checks the passport twice, etc. Any way to stop it from repeating everything twice?
Do you have a class choosing system?
Also, don't feel bad about asking questions. That's how you learn!