mob
Login()
icon = 'mob.dmi'
usr << "Welcome To My Server!"
usr.loc=locate(1,1,1)
obj/Start
icon = 'start.dmi'
Click()
usr.loc=locate(1,1,2)
usr.icon = 'mob.dmi'
world << "[usr] has logged in!"
obj/Quit//the quit obj
icon = 'quit.dmi'
icon_state = "q"
Click()
del usr
obj/Blackness
icon = 'black.dmi'
OK, it keeps giving me errors.. saying that it cant find the files mob.dmi, i have them in my made in a file called mob.dmi just like i should.
And i have a picture in that file too.. can anyone help??
Also, please don't use 'usr' in procs except Click/DBlClick and a few others.