Commands with story
Sorry to annoy you guys but, is their any command that would add 1 to the &story value, for secrets? I want to make sure that the player can't just find the fifth secret and not the others to set &story to 5.
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;