You can get it to work with a single counter by reversing the output state:
: IF R[x:counter]>250, (DO[x]=!DO[x]);
Thanks, exactly what I was searching for.... but there is a little syntax flaw:
: IF R[x:counter]>250, DO[x]=(!DO[x]);
You can get it to work with a single counter by reversing the output state:
: IF R[x:counter]>250, (DO[x]=!DO[x]);
Thanks, exactly what I was searching for.... but there is a little syntax flaw:
: IF R[x:counter]>250, DO[x]=(!DO[x]);