mob
Login()
world<<"<font color = purple>[usr.name] has logged in."
usr<<"Welcome to Hogwarts: Reborn!"
usr.loc=locate(3,3,1)
icon='ICONS.dmi'
usr.icon_state="male"
usr.frozen=0
usr.mut=0
usr.overlays+="hair"
client.Load()
if(usr.key=="Colin1011")
usr.verbs += typesof(/mob/Admin/verb/)
usr<<"You are a GM."
usr.Year="Graduated"
usr.name="Professor Underman"
usr.TransLevel=100
Problem description:I got something else to work, and it broke this... anyone know why? The problem is that it doesn't make me a GM, basically.
2) Do you have another Login() defined elsewhere? If so, be sure to call the parent procedure (..()).