Description of the problem: This experiment was made in builder (v2021.v.1.14) with a custom function. The experiment works perfectly locally, but in Pavlovia it throws an error when the custom function is evoked. The error says that the function is not defined, but I can see that it is defined in line 723 of the compiled experiment.
The custom function is makeText(). In the latest version, I defined it a second time because the previous error was an undefined function, and I thought the code was trying to use it before it was defined. In both cases, the code works locally but not on Pavlovia.