Gary Bamberger
I’m not 100% certain what you are trying to do from your brief description. You have responses (#R2 and #R1) in the code that don’t arrow to anywhere and two timed inputs in the same State. I’ve provided some sample code below, but like I said I’m not 100% certain that it is what you are trying to do.
S.S.1, \ Control Blinking Light
S1,
#Z8: ---> S2
S2,
0.01": ON ^RightLight ---> S3
S3,
0.5": OFF ^RightLight; ADD B ---> S4
S4,
0.5": IF B = 10 [@True, @False]
@True: SET B = 0 ---> S1
@False: ---> S2
S.S.2, \ Look for Response
S1,
#Z8: ---> S2
S2,
#R2: Z1; Z7
#R1: Z12
7": ---> S1