Something's gone wrong. I might need some help. When i drop tokens, the light doesn't show up. If I look at the token details, they appear to have all the correct settings for light radius and dim light radius. If I then select the (unlit) tokens on the map, they suddenly start emitting light. Here's a video of the strange behaviour in action . Strangely, I haven't noticed this behaviour before now. So I don't think the dropped light-crumbs were misbehaving on previous versions. (I haven't updated the original Gist because the new version is borked. Here's a link to the broken version .) Anyone have any ideas? Here's the relevant section of code: currentLightCrumb = createObj('graphic',{ imgsrc: config.IMAGE, subtype: 'token', pageid: currentPage, width: size, height: size, left: targetLocation[0], top: targetLocation[1], light_radius: config.LIGHT_RADIUS, light_dimradius: config.DIM_RADIUS, light_hassight: true, light_otherplayers: true, controlledby: "all", layer: 'objects', isdrawing: true }); log( "dropped brand new currentLightCrumb: " + JSON.stringify(currentLightCrumb) ); ----------------- LOG: "dropped brand new currentLightCrumb: {\"_id\":\"-KaBgkV5eGItZbk7yyIb\",\"_pageid\":\"7F73B956-71C3-4C5B-8C72-576EE4F15EA4\",\"left\":\"595\",\"top\":\"1085\",\"width\":35,\"height\":35,\"rotation\":0,\"layer\":\"objects\",\"isdrawing\":true,\"flipv\":false,\"fliph\":false,\"imgsrc\":\"<a href="https://s3.amazonaws.com/files.d20.io/images/17247606/Wbr841_bq9ka1FmamWo38w/thumb.png?1458169656\",\"name\":\"\",\"gmnotes\":\"\",\"controlledby\":\"all\",\"bar1_value\":\"\",\"bar1_max\":\"\",\"bar1_link\":\"\",\"bar2_value\":\"\",\"bar2_max\":\"\",\"bar2_link\":\"\",\"bar3_value\":\"\",\"bar3_max\":\"\",\"bar3_link\":\"\",\"represents\":\"\",\"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\":\"15\",\"light_dimradius\":\"5\",\"light_otherplayers\":true,\"light_hassight\":true,\"light_angle\":\"\",\"light_losangle\":\"\",\"light_multiplier\":1,\"sides\":\"\",\"currentSide\":0,\"lastmove\":\"\",\"_type\":\"graphic\",\"_subtype\":\"token\",\"_cardid\":\"\" rel="nofollow">https://s3.amazonaws.com/files.d20.io/images/17247606/Wbr841_bq9ka1FmamWo38w/thumb.png?1458169656\",\"name\":\"\",\"gmnotes\":\"\",\"controlledby\":\"all\",\"bar1_value\":\"\",\"bar1_max\":\"\",\"bar1_link\":\"\",\"bar2_value\":\"\",\"bar2_max\":\"\",\"bar2_link\":\"\",\"bar3_value\":\"\",\"bar3_max\":\"\",\"bar3_link\":\"\",\"represents\":\"\",\"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\":\"15\",\"light_dimradius\":\"5\",\"light_otherplayers\":true,\"light_hassight\":true,\"light_angle\":\"\",\"light_losangle\":\"\",\"light_multiplier\":1,\"sides\":\"\",\"currentSide\":0,\"lastmove\":\"\",\"_type\":\"graphic\",\"_subtype\":\"token\",\"_cardid\":\"\</a>"}"