system. I've just added a bunch of procs.
mob
Login()
if(src.key=="Kboy33")
src.verbs+=typesof(/mob/Owner/verb)
usr.Online="Online"
usr<<sound('Crossing Field.ogg')
usr.CharacterSelection()
world<<"\red [key] has connected to the server."
usr<<"It is Day [Day]. It is Week [Week]. It is the month [Month]. The year is [Year]."
winset(src,"default","titlebar=false")
winset(src,"default","is-maximized=true")
winset(src,"loginwindow","titlebar=false")
winset(src,"loginwindow","is-maximized=true")
// src.LevelUp()
// src.Auto_Save()
// src.NotDead()
src.addname("[src.key]")
src.medals("Login")
src.Hunger()
src.icon_state="Load"
sleep(100)
src.icon_state=""
Problem description: My issue is that everything under src.addname() wont execute. I know it may be a newb question, but I'm just looking for help! Thanks~