So I have added these 2 api scripts to my game but I am at a lose for how to set them up. I would like to use them with the individual and horde treasure tables from the 5e DMG. How to I format the tables? For example, the Individual Treasure: Challenge 0-4 tells me to roll a d100 to determine what to roll to determine CP, SP, GP etc. So I need to roll a d100 and based on the result roll again.. Does that mean I make 2 tables? or 1 table? How does the recursive part work? Also, the ExportTable.. I understand I can make my tables in text files and then use this to import? Is that correct?