Reply to Re: Choices.. The heart of all evil...
If you don't have an account, just leave the password field blank.
Well, you shouldn't use &choice, you have to use &result. If you select the first choicemenu-choice, &result becomes 1. Therefore, you should use &result to see which choice the player took.
Oh, and place a space (that rhymes) between if and (&result):
if (&result)
Oh, and place a space (that rhymes) between if and (&result):
if (&result)