Writing spoken vocals role to tag

I’m adding a few audio dramas to the database and I’m trying to fill them with the corresponding Relationship with the cast as performers in spoken vocals with the corresponding role.
I can get the cast names to the performer tag with the following script

$eq(%releasetype%,audiodrama)$set(performer,1)$if(%performer%,$get(performer))

But I was wondering if I could also get the roles assigned to the corresponding artist to be written to the tags.

1 Like