ID:176444
 
can someone tell me how the code i need to make it so that it asks a player for a name they want to use throughout the game right when they login? i need the code and the spot i would put it in. thanks alot.
mob
Login()
..()
src.name = input("What do you want your name to be?")
In response to Nadrew
thanks, but one more question. i got it to work fine without the ..(). do i really need that for something though?
In response to EnjoiStaticX
It's there incase you use other calls to Login(), this could cause players' locations to be set to null, and a few other buggy things.