mob
Login()
var/Name = input("what do you want your name to be?","Name",name)
if(length(Name) > 21)
alert("Your name is too long")
//here how could i load var/name again?
return
I want to make it so it goes back to the var/name so they can input a smaller name.
--Rickoshay