ID:139785
 
Code:

world << "Login Info:
[name] has logged in"



Problem description:

This is the only lead I got and I don't know anything else D: I tried it it wouldn't work though I compile and they said I had no errors
I will suggest you to read the Guide first and use the Reference.
    Login()
world << "[usr] has logged in"
..()
In response to Tsfreaks
Thanks, But now I keep getting a stupid inconstent error
In response to Tajiri
What is the error?
In response to Tsfreaks
Login()
world << "[usr] has logged in" <--Has an Error
..() <--Has an Error


I don't know maybe its in the wrong place?
In response to Tajiri
mob/Login()
world << "[usr] has logged in."
..()
In response to Raimo
Thanks but now.....Gosh, my other codes for like my Owners verbs are giving me errors...
In response to Tajiri
Your Login() needs be some place under mob. If you have the Login under proc, turf, obj, world, or anything else, that could be your problem. If you are trying to modify an existing project filled with complex code that you know nothing about, I highly recommend starting a new project. Just add this code to a new project and it will just work.

Here's an example.
mob
Login()
world << "[usr] has logged in"
..()


ts
In response to Tsfreaks
Lol thanks alot guess I was messing around with the spacing and deleted some unneeded code and it works with 2 warnings though x-x
In response to Tajiri
What are those warnings?