Reply to Re: Could someone look at this script?
If you don't have an account, just leave the password field blank.
Spaces don't matter when setting a variable, but they must be there when comparing a variable.
eg;
&story+=1;
works.
if(&result==1)
no good. Needs a space before and after the '=='.
You might also try a wait(1000); after the fade_up(); I'm not sure, but mabey it kills before it finishes the fade.
eg;
&story+=1;
works.
if(&result==1)
no good. Needs a space before and after the '=='.
You might also try a wait(1000); after the fade_up(); I'm not sure, but mabey it kills before it finishes the fade.