Regarding the recent release " Changes via API aren't rendered immediately on change ": This appears to be partially working, but still appears to be bugged. Here is a link to my original description of the problem. Originally, a default token object with UDL light emission created via api script would not immediately emit light. If "wiggled", 360 light would be displayed. Then, if the token settings were opened and saved (without making changes), directional light would be honored. Behavior after the recent release: 1) Setup: token emits light in a 53deg cone, 30ft bright light, 30ft dim light 2) Drag from journal works fine (as always) 3) When creating an instance of the default token from api script, light now immediately shows up, but only the bright light , and directional values are still ignored (it emits in 360deg). 4) When opening the token settings of the script-generated token, the dim light value is displayed as 0 (despite token JSON settings to the contrary as shown at the end of this post). 5) After saving the token settings (without making changes), the directional light is finally honored, but there is no dim light (see step 4). Here is an animated gif showing the problem behavior in action (sorry it's a bit fast, I was trying to stay below the max file size) Here is the JSON of the default token: {"left":665,"top":525,"width":70,"height":70,"imgsrc":"<a href="https://s3.amazonaws.com/files.d20.io/images/2876074/CDugQp3MFPeKoh8ngVdrLQ/thumb.png?1390710450","page_id":"-MeRCyY2RYB1P-cBiZYY","layer":"objects","name":"Bullseye" rel="nofollow">https://s3.amazonaws.com/files.d20.io/images/2876074/CDugQp3MFPeKoh8ngVdrLQ/thumb.png?1390710450","page_id":"-MeRCyY2RYB1P-cBiZYY","layer":"objects","name":"Bullseye</a> Lantern","represents":"-McEoftjdiGx8ym3HIMe","bar1_num_permission":"hidden","bar2_num_permission":"hidden","bar3_num_permission":"hidden","bar_location":"overlap_bottom","compact_bar":"compact","lastmove":"665,665","emits_bright_light":true,"bright_light_distance":30,"has_directional_bright_light":true,"directional_bright_light_total":53.13,"emits_low_light":true,"has_directional_dim_light":true,"directional_dim_light_total":53.13,"dim_light_opacity":"0.75","low_light_distance":60,"light_ui":30} Here is the JSON of the script-generated token (note that the low_light_distance information was properly retrieved from the default token, it is just not getting copied to the physical token settings) {"_id":"-Mf7ujERcknmeUQDfOmQ","_pageid":"-MeRCyY2RYB1P-cBiZYY","left":385,"top":595,"width":70,"height":70,"rotation":0,"layer":"objects","isdrawing":false,"flipv":false,"fliph":false,"imgsrc":"<a href="https://s3.amazonaws.com/files.d20.io/images/2876074/CDugQp3MFPeKoh8ngVdrLQ/thumb.png?1390710450","name":"Bullseye" rel="nofollow">https://s3.amazonaws.com/files.d20.io/images/2876074/CDugQp3MFPeKoh8ngVdrLQ/thumb.png?1390710450","name":"Bullseye</a> Lantern","gmnotes":"","controlledby":"","bar1_value":"","bar1_max":"","bar1_link":"","bar2_value":"","bar2_max":"","bar2_link":"","bar3_value":"","bar3_max":"","bar3_link":"","represents":"-McEoftjdiGx8ym3HIMe","aura1_radius":"","aura1_color":"#FFFF99","aura1_square":false,"aura2_radius":"","aura2_color":"#59E594","aura2_square":false,"tint_color":"transparent","statusmarkers":"","showname":false,"showplayers_name":false,"showplayers_bar1":false,"showplayers_bar2":false,"showplayers_bar3":false,"showplayers_aura1":false,"showplayers_aura2":false,"playersedit_name":true,"playersedit_bar1":true,"playersedit_bar2":true,"playersedit_bar3":true,"playersedit_aura1":true,"playersedit_aura2":true,"light_radius":"","light_dimradius":"","light_otherplayers":false,"light_hassight":false,"light_angle":"","light_losangle":"","light_multiplier":1,"adv_fow_view_distance":"","sides":"","currentSide":0,"lastmove":"665,665","_type":"graphic","_subtype":"token","_cardid":"","has_bright_light_vision":false,"has_night_vision":false,"night_vision_tint":null,"night_vision_distance":0,"emits_bright_light":true,"bright_light_distance":30, "emits_low_light":true,"low_light_distance":60 ,"has_limit_field_of_vision":false,"limit_field_of_vision_center":0,"limit_field_of_vision_total":0,"has_limit_field_of_night_vision":false,"limit_field_of_night_vision_center":0,"limit_field_of_night_vision_total":0,"has_directional_bright_light":true,"directional_bright_light_total":53.13,"directional_bright_light_center":0,"has_directional_low_light":false,"directional_low_light_total":0,"directional_low_light_center":0,"light_sensitivity_multiplier":100,"night_vision_effect":null,"dim_light_opacity":"0.75","bar_location":"overlap_bottom","compact_bar":"compact","lightColor":"transparent"}