Reply to Re: Story== question
If you don't have an account, just leave the password field blank.
I may be missing something here but wouldn't the easiest thing to do be change
(story == 1) TO
(story >= 1)
So that as long as story doesn't ever get reset back to 0 he will sell the items.
(story == 1) TO
(story >= 1)
So that as long as story doesn't ever get reset back to 0 he will sell the items.