

what I have so far: 1) HP, BAB, Saves cannot be broken down by class, the XML output simply provides totals for these and trying to write something to account for each class and archetype would be overly complicated. As I said before there will be limitations. Having some challenges though as there are simply areas where the XML is missing expected things.

#Hero lab online pathfinder update#
What I have been doing is focusing on just getting the information I need, as the functions to update the actual attributes on the sheet are pretty straight forward, so before I work on actually updating the sheet I would like to know that I can actually get all of the required data out of the XML files. I have actually been meaning to PM HoneyBadger because basically StatBlock special character replacement code works nearly perfectly (needed to add one item), so I have been using this as the basis to my script (hopefully he is ok with that as he deserves full credit for that section). then from there you just start using regular expressions to start pulling the information you need out. You need to do some pre-processing to clean up special character. The basic premise is to cut and paste the XML output to the 'gmnotes' section of the token, then select the token and execute the API script command. HoneyBadger has written a mob importer for 4E here.
