ID:170222
 
I dont know the code to make it so you can make you have a different name in your game
1) There is no 'code' for somethnig, but you can program it.
2) Under Resources, you can use the Demos, Libraries, and Tutorials to help you find this answer.

Answer: name = input("Whats your name?")
var/name = input("What is your name?") as text
usr.name = name
In response to XxDragonFlarexX
XxDragonFlarexX wrote:
> var/name = input("What is your name?") as text
> usr.name = name
>


Better to use "src" because making a name is usually called when making a new character, which can be in "mob/Login()" or in a proc.