Several moving parts on this one. First: I have a classic Traveller character generator which I wrote. (<a href="http://traveller.fectin.com/" rel="nofollow">http://traveller.fectin.com/</a>) Second: I have separately a reasonably random hashing function which takes a text string as inputs and makes dice rolls. Third: I have not yet built something that turns arbitrary names into Traveller characters, but I consider that easy to solve. I want to make the following two things: - A way to automate making new NPCs. This should be basically a script referees can trigger, enter a name, and have a new, randomly-generated NPC added to the journal. - A way to make new PCs. This should be a much more decision-based process, like the linked site. Given the starting point I have and the roll20 API, what is a good approach to those objectives? I have a pro account, if that matters. Thanks!