mob/verb/create_character()
usr.name = input("Choose a name for your character.",
"Your Name", usr.name)
usr.character = input("Select a type of character.",
"Your Type", usr.character) in list("Pokemon","Trainer","Back")
Problem description:
I got an error that looks just like this:
loading Pokemon Pro.dme
login.dm:5: Inconsistent indentation.
Pokemon Pro.dmb - 13 errors, 0 warnings (double-click on an error to jump to it)
what do I do?
That's just wrong... You need to make it into the Login proc