What do the warnings on Dara Amarie templates mean

I am using one on of Dara templates and it is telling me “Duplicate Label”. Does anyone know what that means,

Did you copy/paste the same template into your script twice? If you’re using CC you’ll have to use a different template for each character. For example, the first one will have options ending in _1 and the second one will have options ending in _2.

1 Like

Where exactly do I change the the number endings.

It’s probably easiest if you go onto Dara’s website and go to the “Multiple CC” template. They’re already numbered, so you can just copy/paste one per character.

But its not a CC my character is changing just hair and lip color

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

  1. Copy and paste your duplicate template/script into a document (this can be a Google Doc, Word Document, PowerPoint, etc.)
  2. 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.)
  3. Type your label_name into the “Find” box and the new label_name into the “Replace With” box.
  4. Select “Replace All”
  5. Copy and paste your edited template/script back into your Episode workspace.

I hope this helps.

2 Likes

Oh my god thank you so much :heart:

1 Like