(Sorry, I wrote a script for this and thought I'd released it already, but some searching showed I had not. I've remedied that, now.) I have a very basic script I based on some test code Aaron shared for Beacon functionality. The script is very simple... it's named isBeacon, and it exposes a single function of that exact name. With this script installed, you can call isBeacon() from your code, and pass in a character name, character ID, the ID of a token which represents a character, or the name of a sheet: if(isBeacon('Bob the Hirsute')) { // ... true/Beacon case } else { // ... false/legacy case } It's in the pipeline for the one-click, but you can find it in my repo if you want it more immediately.