Reply to Re: Commands with story
If you don't have an account, just leave the password field blank.
If &story = 0, then make sure this happens:
if dink found them all ( &story = 5 ) he can continue,
then put
&story += 1;
in the secret's scripts.
When he finds one secret, &story = &story + 1; so when he found them all &story = 5.
All commands:
&story += number;
&story -= number;
&story = number;
&story * number;
&story \ number;
if dink found them all ( &story = 5 ) he can continue,
then put
&story += 1;
in the secret's scripts.
When he finds one secret, &story = &story + 1; so when he found them all &story = 5.
All commands:
&story += number;
&story -= number;
&story = number;
&story * number;
&story \ number;