Hello scriptomancers. I am having some trouble with the RADAR script by David M. It worked great for some time, but recently it no longer pings the tokens it should. I use it for Divine Sense, Detect Magic and the Wand of Secrets my party just found. Whenever I apply the command, it outputs to text (although the unit measurements are way off), and it gives this error: (From Radar): Unhandled exception: Cannot read property 'id' of undefined Here is an example of my macro for Divine Sense: !radar {{ --range| [[ 12*70]] --wavespacing| 35 --wavedelay| 50 --wavelife| 200 --pinglife| 3000 --layers| gm, token, map --charfilter| npc_type: celestial#yellow, fiend#red, undead#blue --LoS| yes --title| Divine Sense --silent| no --units| u }} The chat does list the tokens that fit the criteria, but it no longer highlights the tokens with the colored indicator like it used to. Any help?