Problem
This is an error that occurs when you have multiple versions of the same template using the same label_names (Labels are like markers that you can jump to from anywhere in your script in case you don’t know.)
The label commands are like so:
label label_name
This is the “marker” for your script. There can only be one of these for each label_name. If you want to have multiple labels/markers, you must use different label_names.
goto label_name
This is what tells the script to go to your label/marker. There can be any number of these and they will only work if told to go to an existing label/marker.
Necessary Changes
This means that you must change the duplicate label_name label/marker to something else in at least one of your templates.
Possible Steps for Changes
- Copy and paste your duplicate template/script into a document (this can be a Google Doc, Word Document, PowerPoint, etc.)
- Use CTRL + F and press on the three vertical dots next to the box that appears in the upper right-side of the screen. (It looks like a : with an additional . beneath it.)
- Type your label_name into the “Find” box and the new label_name into the “Replace With” box.
- Select “Replace All”
- Copy and paste your edited template/script back into your Episode workspace.
I hope this helps.