mob
Login()
icon='mobs.dmi'
icon_state="blah"
src.loc = locate(1,1,1)
world << "<B>[src] has logged in."
Logout()
world << "<B>[src] has logged out."
del src
Just a simple logging in system. I can't figure out a way to add a save system into this. I tried making a proc and puthing it in before del src but then it says undetified var. I'm really confused hehe. And help would be nice.