Hi! I'm fairly new to doing API/Macro stuff, and I just put in the Roll20 Audio Master. Now, what I've done is use a custom table for critical hits for my players to have a little flavor. I made a table for each type of damage and then I made a macro for those with inline rolls and a sound effect that plays with that macro from Audio Master (fiery sounds for fire crit, arrow shot noise for piercing etc.) What I want to do is take those macros and make one Critical Hit nested query macro for my players to have one condensed button to push and make the magic happen. What's going on is that when I do that, the SFX show up as choices in the dropdown for some reason, and when I select any of the choices in the nest, it doesn't play a sound. An individual macro looks like this: #Crit-Acid You attack with caustic acid: [[ 1t[Acid-Crit] ]] !roll20AM --play|Acid Blast Spell - Pitch Michael The nested macro looks like this: #Critical-Hit! ?{Which macro?|Cold,#Crit-Cold |Acid,#Crit-Acid |Bludgeoning,#Crit-Bludgeoning |Fire,#Crit-Fire |Force,#Crit-Force |Lightning,#Crit-Lightning |Necrotic,#Crit-Necrotic |Piercing,#Crit-Piercing |Poison,#Crit-Poison |Psychic,#Crit-Psychic |Radiant,#Crit-Radiant |Slashing,#Crit-Slashing |Thunder,#Crit-Thunder } I looked up what the problem may be and it seems the characer | may be the problem, but when I replace that with the HTML code equivalent as I see it in the wiki's suggestion, the sound doesn't play... Any tips? I'm not great with coding but I learn pretty quickly, if anyone would kindly help.