sequence_shots:
left_orbit_sequence:
switch_sequence: s_left_orbit
sequence_timeout: 3s
delay_switch_list:
s_right_orbit: 4s
right_orbit_sequence:
switch_sequence: s_right_orbit
sequence_timeout: 3s
delay_switch_list:
s_left_orbit: 4s
upper_loop_sequence:
switch_sequence: s_upper_loop
sequence_timeout: 3s
delay_switch_list:
s_right_orbit: 4sswitch_sequence: s_left_orbit, s_right_orbit
Something like this: http://docs.missionpinball.org/en/dev/mechs/loops/index.html#loops-orbits-ramps
That way it requires both switches to be hit in that order. I would then add a timeout instead of the delay switch. This way MPF can track multiple orbit shots simultaneously.
Jan
rorbit:
switch: s_right_orbit
delay_switch:
s_left_orbit: 3s
s_upper_loop: 3s
Jan