Stephen S. said: So... what I want is hyperlink chats that are trigger API interaction.. I was about to say "no, that isn't possible," but then I started thinking about it. Your API code is loaded into the page, so in theory you should be able to create anchor tags which would call your API functions. It would take some deep magic to make use of Roll20's query window, but simply calling an API function when you click a link oughtn't be terribly difficult. Just use the /direct command from a sendChat call and include the JS code in onclick (followed by return false so the link doesn't go anywhere). Edit: Well, the API functions aren't in the global scope, and I'm having difficulty finding them. They must be somewhere, though.