Hello, I found a video discussing a script to create a token for spiritual weapon and it worked great. I'm trying to create one for dancing lights with the same setup and I have it working all the way to the dim light distance. I was able to enable low light in the dynamic light tab, but can't seem to move the distance from 0. Is there something I'm missing? Please see. createObj("graphic",{ left:tok.get("left")+70, top:tok.get("top"), height:70, width:70, pageid:tok.get("pageid"), layer:"objects", imgsrc:"<a href="https://s3.amazonaws.com/files.d20.io/images/281027886/5u_UzeitO3xGTPPR39qZIg/thumb.png?16502084885" rel="nofollow">https://s3.amazonaws.com/files.d20.io/images/281027886/5u_UzeitO3xGTPPR39qZIg/thumb.png?16502084885</a>", name:tok.get("name") + "'s Dancing Lights!", controlledby:player.get("id"), emits_low_light:true, light_dimradius:"10", });