Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×

Simple sound

I would like some help using the simple sound API i am trying to give my players the ability to play a sound with an attack using the preexisting buttons. I have tried using the !splay command, but no dice see picture  
1771372801

Edited 1771373147
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Hi Kathos (Kaelen)! Do it as a markdown button: [Sound](!splay toll) They can push the button in the description when the attack runs. You would need a more bespoke script to play sounds automatically without that step. In order to have it auto display, I would go into the advanced editing of the ability and put the button in the On Hit Display:
Oh thank you so much I will try that
Thank you  Keithcurtis that worked. Now I have to figure out how to share my jukebox with my players
1771433493
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
They won't have access to the whole jukebox, though if you give them the titles of specific tracks, they can play them with Simple Sound.
1771433915

Edited 1771447912
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
You can also use emojis for the button names, to save space or give a more immersive feel to the interface: [](!splay boom) — Note: Emojis don't always parse in the roll20 forum.
That’s awesome thank you so much for this information