
I love to put sound effects inside my game. Besides music and ambiental sounds I use Roll20 AM script to trigger sounds as part of an attack (simply attaching a sound from the jukebox to the attack macro of the token I'm using). Same to dead screams, for which I use EasyXP script to both assign XP to players and play the sound of the dying creature. I've uploaded many custom FX on the jukebox and applied a raw and naif solution to randomize them. So, I have for example 5 different battlecries for humanoids: battlecry 1, battlecry 2... etc... Inside the attack macro of the enemies I simply put this: !roll20AM --play|battlecry [[d5]] This works fine (even though sometimes sounds don't play for some reason). I'm sure somebody have made a script for something like this and to add sounds for critical hits and stuff like that. Could somebody suggest me an appropriate script (if it exists) to do this?