Hi, so I recently become a DM, 6 months ago and start using roll20. And I discovered that API really makes the DM's life easier. And I always had the problem arranging a store for my players, and I decided to create a script that generates a store based on the city and type of store, and it also will generate the quantity of items randomly based on the type of city and sometimes will apply a tax or discount. So after watching a video of Nick Olivo, on youtube where he explains how to create a handout with a script, I decided to modify this a bit more to in order to help me with my problem. I also had to find a list of all the magic items, which I found on reddit (<a href="https://docs.google.com/spreadsheets/d/1YPjicBYONAtoduyoamiwlVpsV_k1Ki2XzNCAnar5d4Y/edit#gid=0" rel="nofollow">https://docs.google.com/spreadsheets/d/1YPjicBYONAtoduyoamiwlVpsV_k1Ki2XzNCAnar5d4Y/edit#gid=0</a>) and use the api to export rollable tables into roll20. So basically what the script does is to read the rollable, and see if the item belongs to the type of store or not, it also checks its rarity and depending of this, it will list it on the store. Which looks like this: <a href="https://i.imgur.com/qfEOmN3.png" rel="nofollow">https://i.imgur.com/qfEOmN3.png</a> after finding some images on pinterest(<a href="https://www.pinterest.com/pin/530861874796602248/" rel="nofollow">https://www.pinterest.com/pin/530861874796602248/</a>, <a href="https://www.pinterest.com/pin/2462974786528459/" rel="nofollow">https://www.pinterest.com/pin/2462974786528459/</a>, <a href="https://www.pinterest.com/pin/4855512089007765/" rel="nofollow">https://www.pinterest.com/pin/4855512089007765/</a>) Here is the script (<a href="https://github.com/alexisqc92/roll20/blob/master/shopMaker.js" rel="nofollow">https://github.com/alexisqc92/roll20/blob/master/shopMaker.js</a>), if anyone would like to use it. And if anyone know how I can make the script read a css file in order to make the code look a bit nicer.