mob
verb
Pick_Country(name as text)
name = input("What Country Are You?") in text
src.verbs -=/mob/verb/Pick_Country
world <<"[usr.key] picks [name] as his country"
Problem description:
This here code doesn't work and if it does it doesn't show me...every time you use this verb, it acts like it works, but when you do something it doesn't show your name ...(ie later on use Say...it does thies ... says hello...also it does this when you do the verb :Argorth_of_Dillen picks as his country...see ne country even tho i did input one
name = input("What Country Are You?") in text
Should be:
name = input("What Country Are You?") as text