Originally Posted by SniperHF
Originally Posted by TheMasterRat
SpeakerIndex is an Integer ( 0 , 32 , 999 etc...)


Apparently I was doing the speakerindex as an integer correctly.

Think I figured out what I had wrong.
I was using the copy name GUID as is:
CON_Herb_Tea_A <bc9ba999-306d-4caa-995e-5a6a7c703b86>

When it needed to be
CON_Herb_Tea_A_bc9ba999-306d-4caa-995e-5a6a7c703b86

Thanks.


Was just coming here to post that. Having to remove the brackets confused me for a long time too.