So I thought this would be easy peasy: hit walk, ww advances or regresses by one. I was thinking scripts on inputs 1 and 2, with one being
ii ww.pattern x add 1
and the other being
ii ww.pattern x sub 1
But I couldn’t figure out how to tell Teletype that x = current pattern.
How would you do this?
Also: regarding ww pattern changes in general, it seems like I can change patterns from script 1 but not script 2. For example ii ww.pattern 0 works when sent from script 1, but not from script 2. Why might this be?