UPDATE: Version 1.1 - Rewrote script to include Jordan's idea of functions for attribute creation. You should now get fewer API crashes as now it should check if an attribute has a value before creating it. Any values that are undefined will be logged in the API sandbox. Added the import of actions/abilities onto the Character tab. Hey all! So here is something I've been working on the last little bit. <a href="https://github.com/aerik1/Import-HLO" rel="nofollow">https://github.com/aerik1/Import-HLO</a> Disclaimer: I'm still a bit of a novice to coding so this may look like the caveman from 2001 beating at the Monolith with his club. Here is what you need to do to make this work. First, go to HeroLab Online and get to the character you want exported. ** IMPORTANT : This is designed for use with PCs only. I have not looked at any of the HLO NPC sheet exports.** Click on the gear in the upper right corner and select Export/Integrate. Then press the Retrieve Export Data button. Wait for the code to appear then copy it to your clipboard. Go to your game and create a brand new character. ** Important : This script will only work on a brand new character without any attributes on it.** The exception to this is the name. Go ahead and edit the character and name it what you want. Then go to the GM Notes section, paste your copied data into it, and save. Once you have that done, drag the token out to the VTT and make sure you have it selected. If you don't, you will get an error from the API. Type into chat the command !importHLO. If everything goes as expected, you will receive a message saying it is done. It may take a second or two depending on the amount of stuff your character has. I would like to say there shouldn't be any import errors, but who am I kidding? So let's go over what this does in the details. One thing to note is that all repeating rows are filled in and expanded by default. You can click the cog icon to collapse them. What this script does (or should do correctly): Level Class Deity XP Background Alignment Hero Points Focus Points Ability Scores and modifiers Skills and Lore Saving Throws Class Feats Actions or Abilities on the character tab What this script does partially: Ancestry and Heritage - Some heritages do not export correctly from HLO. This does not seem to be heritage specific as I have has Twilight Halfling export on one character but not another. If your heritage is not exported, this field is filled with just your ancestry (i.e. Halfling). Hit Points - The export contains your maximum and current HP, but does not break down how much comes from your ancestry and class. Nor does it have any bonuses like the Toughness feat. You will have to add those manually to the sheet. General and Skill Feats - The export contains all of your feats, but has no way to differentiate if you took it as a skill feat or a general feat. I've imported them all into general and if you want to move them, feel free. Ancestry Feats - One of my test character export files did not contact any Heritage feats at all. You may have to add these by drag-and-drop. What this script does not do yet (To do list): Gear Weapon attacks Armor Class Spell Attack and DC rolls What this script cannot do (These aren't in the HLO Export file at all): Perception Class Key Ability Character appearance information (Age, height, weight, etc.) Any money I'm sure there are more I haven't found yet What this script won't do (most likely ever): Spells - There are so many things to import just a single spell into Roll20 that it is more efficient just to use the drag-and-drop to populate your spell list. NPC Sheets - I just make any unique NPCs with PC rules and then change the sheet, adding anything relevant. Again, there may be more. And that is it. I hope that you find this useful. If you encounter any errors, please let me know. There are so many things in a character that I'm sure that some are not going to work for this. If you can, link the export of the character that you are trying to import. I'll do my best. Again, caveman with the Monolith. :) Happy Holidays and stay safe!