ID:149892
 
I dont know how to let a person shoose their name when they log in.....I had the code and deleted because I thouht it would make the person have their key name..
mob/Login()
usr.name = input("Please pick your name..")//Will let them pick their name
..()



In response to Nadrew
might i sugest making it like bname =input.all this stuff
than bname=name that way you have a bakcup copy fo there name so you can easly restor it for like an army status. just an idea.
or just usr.name = usr.key //this will put there key as there name