Split Pipes Into Entries from fields different to "Dialogue Entry"
Posted: Thu Jan 31, 2019 11:27 am
Hello.
I'm using this line to split pipes into entries:
It is woking ok when it finds a pipe in the "Dialogue Text" field, but sometimes I also have pipes in my localized fields (when translated text is longer than the original text), is there a way to check if the pipe is in the "Dialogue Text" or in any localized field and cut the entries according to that?
Thanks.
I'm using this line to split pipes into entries:
Code: Select all
database.conversations.ForEach(conversation => conversation.SplitPipesIntoEntries());
Thanks.