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

!Flicker

Greetings. Does anyone know if the !Flicker API works with UDL? If not, any idea of a timeframe to get it working? Thanks.
!Flicker is the command for the Torch script. It does not currently work with UDL but The Aaron has said it’s on his to do list to get it updated. 
You can take Jack's original flicker script below: Community Forums: FLICKERING LIGHTS | Roll20: Online virtual tabletop Then update the old property to UDL. Torches[i].set("light_radius",r); to Torches[i].set("bright_light_distance",r); Torches[i].set("low_light_distance",r*2);
Jarren K. said: !Flicker is the command for the Torch script. It does not currently work with UDL but The Aaron has said it’s on his to do list to get it updated.  Thanks for the reply :)
Jo said: You can take Jack's original flicker script below: Community Forums: FLICKERING LIGHTS | Roll20: Online virtual tabletop Then update the old property to UDL. Torches[i].set("light_radius",r); to Torches[i].set("bright_light_distance",r); Torches[i].set("low_light_distance",r*2); Thanks, looking at this  :)