ID:178260
 
I downloaded a lot of the demos but none of them make sense. I want make a screen to pop up saying new character,names of existing characters.The a screen saying what name. after the name thing it should say what race. In the list it should say human. When pressing on that it should say what gender and in that list it should say male female. If u can plz can u help me make something so when one leaves the game his game will be saved? Oh here is my current code

mob
icon = 'human.dmi' //make it so all mobs will be
Login()
icon_state = gender //when a player logs in, get
..() //the gender of their key. Then call the parent!
mob
Login()
world << "[usr] enterd the world"
usr.icon_state = input("What gender?") in list ("male","female")
usr.Move(locate(2,2,1))


Logout()
world << "[src.name] loged out"
del(src)


verb
say(msg as text) //What the usr says is passed into "msg" as text
world << "[usr]: [msg]" //The world sees


Vortezz Class Selection
Deadron Character Handling