Hello, this is a new thing to me, and just need to get a little bit of help with an example so I can then work on the rest.
text to be fired upon.
the stuff to be done
And then after the if/else, this will happen.
wait 4 seconds and then play flute.
text to be fired upon.
Quote:
high even tone
high even tone
the stuff to be done
Quote:
if flute=1 AND #if flute1=0 THEN (cover opening 1, make var flute1=1)
else
{uncover opening 1, make var flute1 0}
if flute=1 AND #if flute1=0 THEN (cover opening 1, make var flute1=1)
else
{uncover opening 1, make var flute1 0}
And then after the if/else, this will happen.
wait 4 seconds and then play flute.