ID:149896
 
I don`t know how to make a person choose their name when they log in...I tryed it but when they do log in their name turns out to be nothing.
Superdude2489 wrote:
I don`t know how to make a person choose their name when they log in...I tryed it but when they do log in their name turns out to be nothing.

I think there might be an example of this in Deadron's Character Saving library.
In response to Gughunter
mob
Login()
name = input("What is your name?","Name",key) as text
src << "Your name is [name]!"
..()

I encourage you to get the CharacterHandling library too, it will handle saving the players when they logoff, VERY nice library.

Polatrite "the crisis" Solus
In response to Polatrite
Do you change names every week or what?