The Dink Network

Commands with story

June 2nd 2003, 04:34 PM
pillbug.gif
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.
June 2nd 2003, 04:37 PM
old.gif
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;