Reply to Re: Coding error
If you don't have an account, just leave the password field blank.
I believe the choice statement doesn't need a semicolon. I believe this will work:
choice_start()
"Ask for directions"
"Ignore the tree for now"
choice_end()
choice_start()
"Ask for directions"
"Ignore the tree for now"
choice_end()