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 :)