
I was thinking it might be nice to be able to specify what object I want to perform an API action on based on what is currently selected. It would be nice to be able to ask what graphic(s) a user has selected currently. This could be done in the form of a utility function in which you just pass the player's id or something. Perhaps it is available as a function on the player object, or as a property? Use Case: An API chat command "!mark" could be created to add a status marker to whichever token a player has selected, even if the user doesn't normally get to modify the token.