Parallel timelines

OS (e.g. Win10): win11
PsychoPy version (e.g. 1.84.x): 2024.1.1
Standard Standalone? (y/n) yes
What are you trying to achieve?:
Hey!
So I’m trying to set up a flow where clicking on a ‘yes’ text box lead down one set of routines, and clicking a ‘no’ text box leads down a different set of routines.
I’m stuck on the part of creating these two ‘‘timelines’’ (added image for reference)
What will be the best way to do this?

The standard approach to this is to put a loop around each of your alternate timelines with a variable nReps. Set that variable to 0 to skip the loop or 1 to include it.