mob
Login()
ppl+=1
if(usr.key == "Smokymcpot")
client.view = 9
switch(input("What would you like to do?","Logging In") in list ("New Character","Resume","Delete","Quit"))
if("Quit")
del(src)
ppl-=1
if("Delete")
alert("Coming Soon Sorry For The Inconvinece Ask if you need to delete a char")
if("Resume")
if("New Character")
usr.name = input("what would you like your name to be?")
switch(input("Who would you like to be?") in list("Magneto","Ice Man","Wolverine","Rouge","Cyclopes","Storm","Night Crawler"))
if("Magneto")
usr.icon= new/mob/characters/Magneto
if("Ice Man")
usr.icon= new/mob/characters/Iceman
if("Wolverine")
usr.icon = new/mob/characters/Wolverine
if("Rouge")
usr.icon=new/mob/characters/Rouge
if("Cyclopes")
usr.icon=new/mob/characters/Cyclopse
if("Storm")
usr.icon = new/mob/characters/Storm
if("Night Crawler")
usr.icon = new/mob/characters/Night_Crawler
usr.loc = locate(50,50,1)
world<<"<font color = aqua> [usr] / [usr.key] has logged in!"
Logout()
ppl-=1
world<<"<B>[usr]</B> has logged out"
if some can plz help me intergrate a good save system that will allow to resume and delete i would very much so like it