Reply to Re: Why isnt this working
If you don't have an account, just leave the password field blank.
after: say_stop("I dont have room for the swords though!.", 1);
you need a closing bracket (}) before the else.
Personaly, I avoid using else, I would rather use "return" at the end of the previous if().
you need a closing bracket (}) before the else.
Personaly, I avoid using else, I would rather use "return" at the end of the previous if().