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 .
×
Create a free account

RADAR Mod Question

Is there a way to change the color of the radar wave form per player?
1661284326
The Aaron
Roll20 Production Team
API Scripter
I'm certain it can be done. I'll take a look at the code. 
Got it figured out, thank you Aaron. I needed something to simulate Aquaman summoning fish
1661287553
The Aaron
Roll20 Production Team
API Scripter
Good deal!
1661339235
David M.
Pro
API Scripter
For anyone else who might run across this, the syntax to change the color of the animated wavefront is: --wavecolor|<#RRGGBBaa> //default= red (#FF0000). standard html color notation #RRGGBBaa, where RGB are hexadecimal digits (0-F) and aa is the opacity. If aa is omitted, then the wavefront will be at 100% opacity. e.g. --wavecolor|#00FF00    would create a green wavefront