ID:150221
 
I got the whole game coded, but some how when i join the game theres no player. I made icons,and where you enter the game ... what should i do, or what is the code i should have ???
Did you set the player's mob's icon_state? I had this problem before because I had forgotten to do this.
In response to Evilkevkev
can you show me what its supposed to look like ?
In response to Shadowalker
mob/playertype
icon_state = "human"
In response to Evilkevkev
ohhhhhh, ok ....i'll fix it and see what happens
In response to Shadowalker
nope... hmmmm

Do you think if i copy paste you can tell me whats wrong ?
In response to Shadowalker
might be something with your login code or it might be just with the naming your icons like 2 millimeters below the icon
In response to Shadowalker
make sure you locate it

mob/Login()
src.loc=locate(1,1,1)
..()