Hello I'm back,
First off thank you for your replies on my last post.
Here is what I am trying to accomplish:
I have six compositions. The first composition contains three text layers, and the second composition contains two text layers. The remaining four compositions automatically change when the text is changed in the first two compositions, and do not have their own layers. My script reads a .txt file, stores the info into an array, and then populates the first two composition's text layers. After each iteration of filling those text layers, it renames the composition and duplicates it.
Here's the problem:
All of the duplicates from the first two compositions are exactly what I need. Their text layers each have different text, and the composition is named correctly. The other duplicates from the other four compositions come out differently. The composition names are correct, but the value of the text layers are all filled with the last strings that were passed to the original two compositions. Is there anyway to make my duplicates completely independent so they don't respond to the first two comps ?
Thank you in advance!
Garrett