Hi everyone! I hope I'm posting in the right forum I have a small project and, to sumarize the idea, I want to create Character Sheets from a third party BackEnd to a Roll20 Campaign. I looked up on the Internet and found out that the best and easiest way to do it is through an browser extension written in JS calling functions in the site. I'm not a JS guy, I'm more from the backend side of things, but I found that if I inspect some Campaign in browser and type "window.Campaign.characters.create({name: "Some Name Here"})" in the console, the game actually creates a Blank Sheet with that Name. So my question is: how to write this in a JS file so I can, for example, import a Sheet from a site that supports this extension? Thanks in advance