
A couple of macros if people are still using the BeyondImporter script (as unfinished as it is I find it's still quicker than doing it manually) Roll20APIScripts/BeyondImporter_5eOGL at master · RobinKuiper/Roll20APIScripts · GitHub Just ease of use really. 1. Copy Characrter ID from DnDbeyond character page url 2. Use this first macro: /w gm <a href="https://character-service.dndbeyond.com/character/v3/character/?{CharID}" rel="nofollow">https://character-service.dndbeyond.com/character/v3/character/?{CharID}</a> 3. Paste Character ID into the box that pops up, hit enter and then click the link in chat 4. On the new webpage that opens hit Ctrl+A (select all) and then Ctrl+C (copy) 5. Use this second macro: !beyond --import ?{JSON} 6. Ctrl+V (paste) into the box and hit enter I found it helped speed things up when I was importing a few characters and saved me a bit of time.