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 .
×

Token Onto Map Sound Ques

is there any way so i can have that every time a token is put on a map a sound can be played? if so please show me how!!!
I don't know your use scenario but I've used "It's a Trap" successfully to reveal a boss to the party from the DM layer and then have it play intro music like the WWE.  Also, there has to be an on drop api call cause MHD uses it.  
1645461629
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
If you are comfortable with Javascript, it would not be too difficult to write a script that does this. on("add:graphic", function(obj) { //run tests on obj to see if it is the type you want to play the sound for //play jukebox track }