ID:163684
 
How can I put my player in the game so people can play as him/her?
Could you please be more specific?
So you can play as a person. like an icon file or something.
In response to Hiro96
Well, you need to put the icon file in the directory, say for example... you have icon.dmi and in that are two states, male and female, just do this:
mob/Login()
..()
usr.icon = 'icon.dmi'
usr.icon_state=input("Which gender are you?")in list("male","female")