I am running a rather custom system/game which currently utilizes Google Sheets for character sheets. One of the key sources of player UX friction is the need to calculate the die roll modifiers on one browser tab, then click into the active Roll20 instance on another, input a modifier, then click a macro button to roll the dice. I know that creating new character sheets within Roll20 would solve for a lot of this, but designing completely custom sheets within roll20 just isn't practical given my time and skillset. Q: Can roll20 accept an external source (another tab within the same browser), pushing a die roll information (via API, script, however) to an active roll20 browser tab? Alternatively, is there some other suggestion to automate further, within the use case I've mentioned above?