Login()
..()
usr.name = input("Enter your name... (Capitalize the first letter)","Name Selection")
usr.icon_state = input("What is your gender?","Gender Selection") in list("Male","Female")
usr.icon_state = input("What is your profession?","Class Selection") in list("Warrior","Wizard","Rogue","Ranger")
usr.icon_state = "Move(locate(1,1,1))"
world << "[usr] logs in!"
Logout()
..()
world << "[src] logs out!"</b>
Problem description: I have this code down but it still wont put any people on it when i run the game! please help!
Jman9901 wrote: