ID:178245
 
How would i make a verbs that says "What is your name?"
then they type it in. and it says "Your name is, [name] Right? (y/n)" then if they type y it keeps the name and if no it does nothing
mob
>>Login()
>>>>world<<"[usr] comes"
>>>>usr.name = input("Name?")as text
>>>>switch(input("[usr.name]? Right? [1 = yes/2 = no]")as num
>>>>>>if("1")
>>>>>>>>usr<<"K"
>>>>>>if("2")
>>>>>>>>usr<<"K"
>>>>>>else
>>>>>>>>usr.Login()