In response to XI-Demyx
Well if you cant get the Login right then study more instead of crying to everyone that it doesn't work. Try to expirement and fix your mistakes by error, just at least mix things up a bit and you will learn new stuff.. Also, how could you have a whole entire BYOND game finished without the login system?? Either the code really sucks or you are faking..
In response to Godzooks
mob
Login()
switch(input("What would you like to do?") in list("New","Load","Cancel"))
if("New")
switch(input("What's your skin tone?") in list("White"))
if("White")
alert("You have chosen white.")
switch(input("What kind of hair?") in list("Afro"))
if("Afro")
usr.overlays+=icon('Hair.dmi',"Afro")
usr.icon='Base.dmi'
usr.icon_state="white_base"
usr.loc=locate(2,3,1)


I think that may work -_- better.

-Genjura
In response to Genjura
No, you wouldn't use usr in a login proc. And src is the default setting. The src would be the player trying to log in, so my code is correct. As for DemiX, make sure that you have the hair in the right file and you typed the name of it correctly.
Page: 1 2