Inserting a pause

Hello,

I am a beginner in PsychoPy and I am currently trying to build a false memory experiment. What I am trying to achieve is the following: I have 20 word lists in total (10 of them are survival related and 10 of them are non-survival). Survival word lists are presented one after another but the order is randomized. It is the same for non-survival words as well, they are presented together but randomized within themselves. So, basically I have 2 conditions as survival-related and non-survival. I also counterbalanced those 2 conditions by randomizing their order for each participants. What I want to do is to insert a break between these 2 conditions. My problem here is that since those conditions are within a loop which is randomized, the “break” routine that I have created is randomly presented as well. For example, PsychoPy may present the break first and the 2 conditions after. I want to stabilize the position of the break but counterbalance the conditions.

Thank you for your help.