I am trying to activate an action from a specific music, I explain: the player goes to a music team and selects a song from a list, if you select a song in particular (aMusic3) I want a specific dialogue with one of the characters.
I have tried it with the command:
if (aMusic3.Play = True) ....
but there is no result.