Hi, I'm essentially trying to prompt players and have there be an easy, graphical way for them to give me a location on the map in pixels, with or without another token. My current ideas for how to do this are: If possible, create a callback function for a ping from a player, which returns the top and left of the ping. Create empty, blank, clickable tokens in every tile any time I want to prompt them. (aka The Worst Idea I've Ever Had) Is there any way to do #1, or is there a better way to do this than #2? Thanks!