There is no reference to either CondF or CondL except these scripts. I have also noticed that the routines aren’t appearing briefly before being skipped, they completely appear as usual.
Is the print command to insert in the python script or straight to JS?
print inPython auto translated to console.log in JS
You just need to change to dumb quotes (and possibly line up an indent)
I added to the JS console.log(“skipping?”) using the ‘both’ option, and nothing has changed when running it on pavlovia.
I ran it on psychopy and it worked great! Which as I understand means the python code is good and the problem has to do with the JS script, either it is incorrect or is not read at all 
Using a Both code to avoid fixing a syntax error in your Python isn’t likely to lead to good results.
What can you see in the Browser console?
Are you using control shift R to flush your cache?
Thank you, I fixed the python script.
To your advice I flushed my cache, no change has occurred.
Is this what you mean by Browser console?
Try clicking on the first icon on the second row to view more. You want info I think to see the console logs. If you can’t see any, add another print statement in code you know is working to check you’re looking in the right place


